#F2F766

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

Shades of Dolly #F2F766

Tints of Dolly #F2F766

Color information

#F2F766 (or 0xF2F766) is unknown color: approx Dolly. HEX triplet: F2, F7 and 66. RGB value is (242,247,102). Sum of RGB (Red+Green+Blue) = 242+247+102=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 102 (40.23% from 255 or 17.26% from 591); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F766 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F766 is #0D0899. Grayscale: #E5E5E5. Windows color (decimal): -854170 or 6748146. OLE color: 6748146.

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

Color convert

RGB242247102-
CMYK0.0200.590.03
HSL62.07º90.06%68.43%-
HSV(B)62.07º58.7%96.86%-
XYZ72.2886.3625.43-
YUV228.9856.34137.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 247 (96.88% from 255) = 41.79%
BLUE value IS 102 (40.23% from 255) = 17.26%
R=40.95%
G=41.79%
B=17.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422471020.0200.590.0362.0790.0668.43
HexF2F766203B33e5a44
Octal3623671462073376132104
Binary111100101111011111001101001110111111111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F766; }

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

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

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

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

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

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

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

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