Html Css Color HEX #FAA907 Orange

📋 copy color: '#FAA907'

red 250 ◦ green 169 ◦ blue 7

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

Shades of Orange #FAA907

Tints of Orange #FAA907

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

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

R = 58.69%
G = 39.67%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAA907 (or 0xFAA907) is known color: Orange. HEX triplet: FA, A9 and 07. RGB value is (250,169,7). Sum of RGB (Red+Green+Blue) = 250+169+7=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA907 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA907 is #0556F8. Grayscale: #AFAFAF. Windows color (decimal): -349945 or 502266. OLE color: 502266.

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

Color convert

RGB 250 169 7 -
CMYK 0 0.32 0.97 0.02
HSL 40º 0.96% 0.5% -
HSV(B) 40º 0.97% 0.98% -
XYZ 53.65 48.72 6.78 -
YUV 174.75 33.34 181.67 -
System Red Green Blue C M Y K H S L
Decimal 250 169 7 0 0.32 0.97 0.02 40 0.96 0.5
Hex FA A9 7 0 20 61 2 28 60 32
Octal 372 251 7 0 40 141 2 50 140 62
Binary 11111010 10101001 111 0 100000 1100001 10 101000 1100000 110010

Color Harmonies of #FAA907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA907

Black with #FAA907

Text Example


Text Example

White with #FAA907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA907; }

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

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

background-color css

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

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

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

border-color css

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

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

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