#FAF46A

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

Shades of Dolly #FAF46A

Tints of Dolly #FAF46A

Color information

#FAF46A (or 0xFAF46A) is unknown color: approx Dolly. HEX triplet: FA, F4 and 6A. RGB value is (250,244,106). Sum of RGB (Red+Green+Blue) = 250+244+106=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 106 (41.80% from 255 or 17.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF46A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF46A is #050B95. Grayscale: #E6E6E6. Windows color (decimal): -330646 or 7009530. OLE color: 7009530.

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

Color convert

RGB250244106-
CMYK00.020.580.02
HSL57.5º93.51%69.8%-
HSV(B)57.5º57.6%98.04%-
XYZ74.3886.0726.33-
YUV230.0657.99142.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 244 (95.70% from 255) = 40.67%
BLUE value IS 106 (41.80% from 255) = 17.67%
R=41.67%
G=40.67%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024410600.020.580.0257.593.5169.8
HexFAF46A023A23a5e46
Octal3723641520272272136106
Binary111110101111010011010100101110101011101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF46A; }

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

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

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

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

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

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

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

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