Html Css Color HEX #FAAF06 Orange

📋 copy color: '#FAAF06'

red 250 ◦ green 175 ◦ blue 6

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

Shades of Orange #FAAF06

Tints of Orange #FAAF06

RGB

 RED value IS 250 (98.05% from 255) = 58%

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

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

R = 58%
G = 40.6%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAAF06 (or 0xFAAF06) is known color: Orange. HEX triplet: FA, AF and 06. RGB value is (250,175,6). Sum of RGB (Red+Green+Blue) = 250+175+6=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 6 (2.73% from 255 or 1.39% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF06 is #0550F9. Grayscale: #B2B2B2. Windows color (decimal): -348410 or 438266. OLE color: 438266.

HSL color Cylindrical-coordinate representation of color #FAAF06: hue angle of 41.56º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAAF06 is Cyan = 0, Magento = 0.3, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 6 -
CMYK 0 0.3 0.98 0.02
HSL 41.56º 0.96% 0.5% -
HSV(B) 41.56º 0.98% 0.98% -
XYZ 54.79 51 7.13 -
YUV 178.16 30.85 179.24 -
System Red Green Blue C M Y K H S L
Decimal 250 175 6 0 0.3 0.98 0.02 41.56 0.96 0.5
Hex FA AF 6 0 1E 62 2 2A 60 32
Octal 372 257 6 0 36 142 2 52 140 62
Binary 11111010 10101111 110 0 11110 1100010 10 101010 1100000 110010

Color Harmonies of #FAAF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF06

Black with #FAAF06

Text Example


Text Example

White with #FAAF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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