Html Css Color HEX #FAA607 Orange

📋 copy color: '#FAA607'

red 250 ◦ green 166 ◦ blue 7

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

Shades of Orange #FAA607

Tints of Orange #FAA607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 59.1%
G = 39.24%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAA607 (or 0xFAA607) is known color: Orange. HEX triplet: FA, A6 and 07. RGB value is (250,166,7). Sum of RGB (Red+Green+Blue) = 250+166+7=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA607 is #0559F8. Grayscale: #ADADAD. Windows color (decimal): -350713 or 501498. OLE color: 501498.

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

Color convert

RGB 250 166 7 -
CMYK 0 0.34 0.97 0.02
HSL 39.26º 0.96% 0.5% -
HSV(B) 39.26º 0.97% 0.98% -
XYZ 53.1 47.61 6.59 -
YUV 172.99 34.33 182.93 -
System Red Green Blue C M Y K H S L
Decimal 250 166 7 0 0.34 0.97 0.02 39.26 0.96 0.5
Hex FA A6 7 0 22 61 2 27 60 32
Octal 372 246 7 0 42 141 2 47 140 62
Binary 11111010 10100110 111 0 100010 1100001 10 100111 1100000 110010

Color Harmonies of #FAA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA607

Black with #FAA607

Text Example


Text Example

White with #FAA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA607; }

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

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

background-color css

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

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

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

border-color css

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

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

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