#FAF36A

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

Shades of Dolly #FAF36A

Tints of Dolly #FAF36A

Color information

#FAF36A (or 0xFAF36A) is unknown color: approx Dolly. HEX triplet: FA, F3 and 6A. RGB value is (250,243,106). Sum of RGB (Red+Green+Blue) = 250+243+106=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 106 (41.80% from 255 or 17.70% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF36A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF36A is #050C95. Grayscale: #E6E6E6. Windows color (decimal): -330902 or 7009274. OLE color: 7009274.

HSL color Cylindrical-coordinate representation of color #FAF36A: hue angle of 57.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAF36A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250243106-
CMYK00.030.580.02
HSL57.08º93.51%69.8%-
HSV(B)57.08º57.6%98.04%-
XYZ74.0885.4726.23-
YUV229.4858.32142.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 243 (95.31% from 255) = 40.57%
BLUE value IS 106 (41.80% from 255) = 17.70%
R=41.74%
G=40.57%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024310600.030.580.0257.0893.5169.8
HexFAF36A033A2395e46
Octal3723631520372271136106
Binary111110101111001111010100111110101011100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF36A; }

 p { color: rgb(250,243,106); }

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

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

 a { background-color: rgb(250,243,106); }

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

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

 span { border-color: rgb(250,243,106); }

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