#FAF09D

Color #FAF09D Drover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Drover #FAF09D

Tints of Drover #FAF09D

Color information

#FAF09D (or 0xFAF09D) is unknown color: approx Drover. HEX triplet: FA, F0 and 9D. RGB value is (250,240,157). Sum of RGB (Red+Green+Blue) = 250+240+157=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 157 (61.72% from 255 or 24.27% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF09D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF09D is #050F62. Grayscale: #E9E9E9. Windows color (decimal): -331619 or 10350842. OLE color: 10350842.

HSL color Cylindrical-coordinate representation of color #FAF09D: hue angle of 53.55º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAF09D is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250240157-
CMYK00.040.370.02
HSL53.55º90.29%79.8%-
HSV(B)53.55º37.2%98.04%-
XYZ76.6785.0844.28-
YUV233.5384.81139.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 157 (61.72% from 255) = 24.27%
R=38.64%
G=37.09%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024015700.040.370.0253.5590.2979.8
HexFAF09D04252365a50
Octal3723602350445266132120
Binary11111010111100001001110101001001011011011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF09D; }

 p { color: rgb(250,240,157); }

 H1.HeaderClassName
 {
   color: #FAF09D;
 }
 .AnyTagClassName
 {
   color: #FAF09D;
 }
</style>
background-color css

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

 a { background-color: rgb(250,240,157); }

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

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

 span { border-color: rgb(250,240,157); }

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