Html Css Color HEX #FEAF06 Orange

📋 copy color: '#FEAF06'

red 254 ◦ green 175 ◦ blue 6

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

Shades of Orange #FEAF06

Tints of Orange #FEAF06

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.23%

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

R = 58.39%
G = 40.23%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEAF06 (or 0xFEAF06) is known color: Orange. HEX triplet: FE, AF and 06. RGB value is (254,175,6). Sum of RGB (Red+Green+Blue) = 254+175+6=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAF06 is #0150F9. Grayscale: #B4B4B4. Windows color (decimal): -86266 or 438270. OLE color: 438270.

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

Color convert

RGB 254 175 6 -
CMYK 0 0.31 0.98 0.00
HSL 40.89º 0.99% 0.51% -
HSV(B) 40.89º 0.98% 1% -
XYZ 56.24 51.74 7.2 -
YUV 179.36 30.17 181.24 -
System Red Green Blue C M Y K H S L
Decimal 254 175 6 0 0.31 0.98 0.00 40.89 0.99 0.51
Hex FE AF 6 0 1F 62 0 29 63 33
Octal 376 257 6 0 37 142 0 51 143 63
Binary 11111110 10101111 110 0 11111 1100010 0 101001 1100011 110011

Color Harmonies of #FEAF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF06

Black with #FEAF06

Text Example


Text Example

White with #FEAF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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