Html Css Color HEX #FAA706 Orange

📋 copy color: '#FAA706'

red 250 ◦ green 167 ◦ blue 6

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

Shades of Orange #FAA706

Tints of Orange #FAA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.48%

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

R = 59.1%
G = 39.48%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAA706 (or 0xFAA706) is known color: Orange. HEX triplet: FA, A7 and 06. RGB value is (250,167,6). Sum of RGB (Red+Green+Blue) = 250+167+6=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA706 is #0558F9. Grayscale: #AEAEAE. Windows color (decimal): -350458 or 436218. OLE color: 436218.

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

Color convert

RGB 250 167 6 -
CMYK 0 0.33 0.98 0.02
HSL 39.59º 0.96% 0.5% -
HSV(B) 39.59º 0.98% 0.98% -
XYZ 53.28 47.97 6.62 -
YUV 173.46 33.5 182.59 -
System Red Green Blue C M Y K H S L
Decimal 250 167 6 0 0.33 0.98 0.02 39.59 0.96 0.5
Hex FA A7 6 0 21 62 2 28 60 32
Octal 372 247 6 0 41 142 2 50 140 62
Binary 11111010 10100111 110 0 100001 1100010 10 101000 1100000 110010

Color Harmonies of #FAA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA706

Black with #FAA706

Text Example


Text Example

White with #FAA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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