#F2F76D

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

Shades of Dolly #F2F76D

Tints of Dolly #F2F76D

Color information

#F2F76D (or 0xF2F76D) is unknown color: approx Dolly. HEX triplet: F2, F7 and 6D. RGB value is (242,247,109). Sum of RGB (Red+Green+Blue) = 242+247+109=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 109 (42.97% from 255 or 18.23% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F76D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F76D is #0D0892. Grayscale: #E6E6E6. Windows color (decimal): -854163 or 7206898. OLE color: 7206898.

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

Color convert

RGB242247109-
CMYK0.0200.560.03
HSL62.17º89.61%69.8%-
HSV(B)62.17º55.87%96.86%-
XYZ72.6486.527.34-
YUV229.7759.84136.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.47%
GREEN value IS 247 (96.88% from 255) = 41.30%
BLUE value IS 109 (42.97% from 255) = 18.23%
R=40.47%
G=41.30%
B=18.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422471090.0200.560.0362.1789.6169.8
HexF2F76D203833e5a46
Octal3623671552070376132106
Binary111100101111011111011011001110001111111010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F76D; }

 p { color: rgb(242,247,109); }

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

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

 a { background-color: rgb(242,247,109); }

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

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

 span { border-color: rgb(242,247,109); }

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