Html Css Color HEX #FEA604 Orange

📋 copy color: '#FEA604'

red 254 ◦ green 166 ◦ blue 4

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

Shades of Orange #FEA604

Tints of Orange #FEA604

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

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

R = 59.91%
G = 39.15%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEA604 (or 0xFEA604) is known color: Orange. HEX triplet: FE, A6 and 04. RGB value is (254,166,4). Sum of RGB (Red+Green+Blue) = 254+166+4=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA604 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA604 is #0159FB. Grayscale: #AEAEAE. Windows color (decimal): -88572 or 304894. OLE color: 304894.

HSL color Cylindrical-coordinate representation of color #FEA604: hue angle of 38.88º 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 #FEA604 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 166 4 -
CMYK 0 0.35 0.98 0.00
HSL 38.88º 0.99% 0.51% -
HSV(B) 38.88º 0.98% 1% -
XYZ 54.53 48.35 6.57 -
YUV 173.84 32.15 185.17 -
System Red Green Blue C M Y K H S L
Decimal 254 166 4 0 0.35 0.98 0.00 38.88 0.99 0.51
Hex FE A6 4 0 23 62 0 27 63 33
Octal 376 246 4 0 43 142 0 47 143 63
Binary 11111110 10100110 100 0 100011 1100010 0 100111 1100011 110011

Color Harmonies of #FEA604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA604

Black with #FEA604

Text Example


Text Example

White with #FEA604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA604; }

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

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

background-color css

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

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

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

border-color css

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

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

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