Color Hex Logo

#feca0d Color Hex

#FECA0D
(254,202,13)
0 Favorites   0 Comments

Color spaces of #feca0d

RGB 25420213
HSL0.130.990.52
HSV47°95°100°
CMYK 0.000.200.95   0.00
XYZ62.066263.34099.3356
Yxy63.34090.46060.4701
Hunter Lab79.5870-0.073448.7561
CIE-Lab83.62144.383483.5701

#feca0d color RGB value is (254,202,13).

#feca0d hex color red value is 254, green value is 202 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #feca0d hue: 0.13 , saturation: 0.99 and the lightness value of feca0d is 0.52.

The process color (four color CMYK) of #feca0d color hex is 0.00, 0.20, 0.95, 0.00. Web safe color of #feca0d is #ffcc00. Color #feca0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 00001101
Octal 376 312 15
Decimal 254 202 13
Hex FE CA D

RGB Percentages of Color #feca0d

%54.16
%43.07
%2.77

CMYK Percentages of Color #feca0d

%0
%20
%95
%0

Triadic Colors of #feca0d

#feca0d #0dfeca #ca0dfe

Analogous Colors of #feca0d

#feca0d #bafe0d #fe520d

Monochromatic Colors of #feca0d

#feca0d

Complementary Color

#feca0d #0d41fe

#feca0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca0d Color CSS Codes

.mybgcolor {background-color:#feca0d; } 
.myforecolor {color:#feca0d; }
.mybordercolor {border:3px solid #feca0d; }

#feca0d Text Font Color

<p style="color:#feca0d">Text here</p>

This sample text font color is #feca0d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#feca0d Background Color

<div style="background-color:#feca0d">
Div content here</div>

This div background color is #feca0d


#feca0d Border Color

<div style="border:3px solid #feca0d">
Div here</div>

This div border color is #feca0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,202,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feca0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feca0d;
  -webkit-box-shadow: 1px 1px 3px 2px #feca0d;
  box-shadow:         1px 1px 3px 2px #feca0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,202,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #feca0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #feca0d;
  -webkit-box-shadow: 1px 1px 3px 2px #feca0d;
  box-shadow:         1px 1px 3px 2px #feca0d;">
Div content here</div>

This div box has shadow with color #feca0d


Comments

No comments written yet.

Please login to write comment.