Html Css Color HEX #FAA606 Orange

📋 copy color: '#FAA606'

red 250 ◦ green 166 ◦ blue 6

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

Shades of Orange #FAA606

Tints of Orange #FAA606

RGB

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

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

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

R = 59.24%
G = 39.34%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAA606 (or 0xFAA606) is known color: Orange. HEX triplet: FA, A6 and 06. RGB value is (250,166,6). Sum of RGB (Red+Green+Blue) = 250+166+6=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA606 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA606 is #0559F9. Grayscale: #ADADAD. Windows color (decimal): -350714 or 435962. OLE color: 435962.

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

Color convert

RGB 250 166 6 -
CMYK 0 0.34 0.98 0.02
HSL 39.34º 0.96% 0.5% -
HSV(B) 39.34º 0.98% 0.98% -
XYZ 53.09 47.61 6.56 -
YUV 172.88 33.83 183.01 -
System Red Green Blue C M Y K H S L
Decimal 250 166 6 0 0.34 0.98 0.02 39.34 0.96 0.5
Hex FA A6 6 0 22 62 2 27 60 32
Octal 372 246 6 0 42 142 2 47 140 62
Binary 11111010 10100110 110 0 100010 1100010 10 100111 1100000 110010

Color Harmonies of #FAA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA606

Black with #FAA606

Text Example


Text Example

White with #FAA606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA606; }

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

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

background-color css

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

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

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

border-color css

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

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

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