#FAF96F

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

Shades of Dolly #FAF96F

Tints of Dolly #FAF96F

Color information

#FAF96F (or 0xFAF96F) is unknown color: approx Dolly. HEX triplet: FA, F9 and 6F. RGB value is (250,249,111). Sum of RGB (Red+Green+Blue) = 250+249+111=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 111 (43.75% from 255 or 18.20% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF96F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF96F is #050690. Grayscale: #EAEAEA. Windows color (decimal): -329361 or 7338490. OLE color: 7338490.

HSL color Cylindrical-coordinate representation of color #FAF96F: hue angle of 59.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAF96F is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB250249111-
CMYK00.000.560.02
HSL59.57º93.29%70.78%-
HSV(B)59.57º55.6%98.04%-
XYZ76.1789.2228.25-
YUV233.5758.83139.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 249 (97.66% from 255) = 40.82%
BLUE value IS 111 (43.75% from 255) = 18.20%
R=40.98%
G=40.82%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024911100.000.560.0259.5793.2970.78
HexFAF96F003823c5d47
Octal3723711570070274135107
Binary11111010111110011101111001110001011110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF96F; }

 p { color: rgb(250,249,111); }

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

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

 a { background-color: rgb(250,249,111); }

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

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

 span { border-color: rgb(250,249,111); }

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