#F2F979

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

Shades of Dolly #F2F979

Tints of Dolly #F2F979

Color information

#F2F979 (or 0xF2F979) is unknown color: approx Dolly. HEX triplet: F2, F9 and 79. RGB value is (242,249,121). Sum of RGB (Red+Green+Blue) = 242+249+121=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 121 (47.66% from 255 or 19.77% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F979 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F979 is #0D0686. Grayscale: #E8E8E8. Windows color (decimal): -853639 or 7993842. OLE color: 7993842.

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

Color convert

RGB242249121-
CMYK0.0300.510.02
HSL63.28º91.43%72.55%-
HSV(B)63.28º51.41%97.65%-
XYZ73.9488.0131.18-
YUV232.3265.18134.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 121 (47.66% from 255) = 19.77%
R=39.54%
G=40.69%
B=19.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422491210.0300.510.0263.2891.4372.55
HexF2F979303323f5b49
Octal3623711713063277133111
Binary111100101111100111110011101100111011111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F979; }

 p { color: rgb(242,249,121); }

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

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

 a { background-color: rgb(242,249,121); }

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

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

 span { border-color: rgb(242,249,121); }

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