Html Css Color HEX #FEAA06 Orange

📋 copy color: '#FEAA06'

red 254 ◦ green 170 ◦ blue 6

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

Shades of Orange #FEAA06

Tints of Orange #FEAA06

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.53%

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 59.07%
G = 39.53%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEAA06 (or 0xFEAA06) is known color: Orange. HEX triplet: FE, AA and 06. RGB value is (254,170,6). Sum of RGB (Red+Green+Blue) = 254+170+6=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA06 is #0155F9. Grayscale: #B1B1B1. Windows color (decimal): -87546 or 436990. OLE color: 436990.

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

Color convert

RGB 254 170 6 -
CMYK 0 0.33 0.98 0.00
HSL 39.68º 0.99% 0.51% -
HSV(B) 39.68º 0.98% 1% -
XYZ 55.28 49.83 6.88 -
YUV 176.42 31.83 183.34 -
System Red Green Blue C M Y K H S L
Decimal 254 170 6 0 0.33 0.98 0.00 39.68 0.99 0.51
Hex FE AA 6 0 21 62 0 28 63 33
Octal 376 252 6 0 41 142 0 50 143 63
Binary 11111110 10101010 110 0 100001 1100010 0 101000 1100011 110011

Color Harmonies of #FEAA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA06

Black with #FEAA06

Text Example


Text Example

White with #FEAA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA06; }

 p { color: rgb(254,170,6); }

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

background-color css

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

 a { background-color: rgb(254,170,6); }

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

border-color css

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

 span { border-color: rgb(254,170,6); }

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