Html Css Color HEX #FEA804 Orange

📋 copy color: '#FEA804'

red 254 ◦ green 168 ◦ blue 4

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

Shades of Orange #FEA804

Tints of Orange #FEA804

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 59.62%
G = 39.44%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEA804 (or 0xFEA804) is known color: Orange. HEX triplet: FE, A8 and 04. RGB value is (254,168,4). Sum of RGB (Red+Green+Blue) = 254+168+4=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA804 is #0157FB. Grayscale: #AFAFAF. Windows color (decimal): -88060 or 305406. OLE color: 305406.

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

Color convert

RGB 254 168 4 -
CMYK 0 0.34 0.98 0.00
HSL 39.36º 0.99% 0.51% -
HSV(B) 39.36º 0.98% 1% -
XYZ 54.9 49.08 6.7 -
YUV 175.02 31.49 184.34 -
System Red Green Blue C M Y K H S L
Decimal 254 168 4 0 0.34 0.98 0.00 39.36 0.99 0.51
Hex FE A8 4 0 22 62 0 27 63 33
Octal 376 250 4 0 42 142 0 47 143 63
Binary 11111110 10101000 100 0 100010 1100010 0 100111 1100011 110011

Color Harmonies of #FEA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA804

Black with #FEA804

Text Example


Text Example

White with #FEA804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA804; }

 p { color: rgb(254,168,4); }

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

background-color css

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

 a { background-color: rgb(254,168,4); }

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

border-color css

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

 span { border-color: rgb(254,168,4); }

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