Html Css Color HEX #FEA408 Orange

📋 copy color: '#FEA408'

red 254 ◦ green 164 ◦ blue 8

#FEA408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange #FEA408

Tints of Orange #FEA408

RGB

 RED value IS 254 (99.61% from 255) = 59.62%

 GREEN value IS 164 (64.45% from 255) = 38.5%

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 59.62%
G = 38.5%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FEA408 (or 0xFEA408) is known color: Orange. HEX triplet: FE, A4 and 08. RGB value is (254,164,8). Sum of RGB (Red+Green+Blue) = 254+164+8=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA408 is #015BF7. Grayscale: #ADADAD. Windows color (decimal): -89080 or 566526. OLE color: 566526.

HSL color Cylindrical-coordinate representation of color #FEA408: hue angle of 38.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEA408 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 164 8 -
CMYK 0 0.35 0.97 0.00
HSL 38.05º 0.99% 0.51% -
HSV(B) 38.05º 0.97% 1% -
XYZ 54.19 47.64 6.57 -
YUV 173.13 34.82 185.68 -
System Red Green Blue C M Y K H S L
Decimal 254 164 8 0 0.35 0.97 0.00 38.05 0.99 0.51
Hex FE A4 8 0 23 61 0 26 63 33
Octal 376 244 10 0 43 141 0 46 143 63
Binary 11111110 10100100 1000 0 100011 1100001 0 100110 1100011 110011

Color Harmonies of #FEA408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA408

Black with #FEA408

Text Example


Text Example

White with #FEA408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA408; }

 p { color: rgb(254,164,8); }

 H1.HeaderClassName
 {
   color: #FEA408;
 }
 .AnyTagClassName
 {
   color: #FEA408;
 }
</style>

background-color css

<style>
 a { background-color: #FEA408; }

 a { background-color: rgb(254,164,8); }

 div.DivClassName
 {
   background-color: #FEA408;
 }
 .BgClassName
 {
   background-color: #FEA408;
 }
</style>

border-color css

<style>
 span { border-color: #FEA408; }

 span { border-color: rgb(254,164,8); }

 td.TdClassName
 {
   border-color: #FEA408;
 }
 .TagClassName
 {
   border-color: #FEA408;
 }
</style>