#F2F76E

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

Shades of Dolly #F2F76E

Tints of Dolly #F2F76E

Color information

#F2F76E (or 0xF2F76E) is unknown color: approx Dolly. HEX triplet: F2, F7 and 6E. RGB value is (242,247,110). Sum of RGB (Red+Green+Blue) = 242+247+110=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 110 (43.36% from 255 or 18.36% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F76E is #0D0891. Grayscale: #E6E6E6. Windows color (decimal): -854162 or 7272434. OLE color: 7272434.

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

Color convert

RGB242247110-
CMYK0.0200.550.03
HSL62.19º89.54%70%-
HSV(B)62.19º55.47%96.86%-
XYZ72.6986.5227.62-
YUV229.8960.34136.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 247 (96.88% from 255) = 41.24%
BLUE value IS 110 (43.36% from 255) = 18.36%
R=40.40%
G=41.24%
B=18.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422471100.0200.550.0362.1989.5470
HexF2F76E203733e5a46
Octal3623671562067376132106
Binary111100101111011111011101001101111111111010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F76E; }

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

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

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

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

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

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

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

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