#F2F076

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

Shades of Dolly #F2F076

Tints of Dolly #F2F076

Color information

#F2F076 (or 0xF2F076) is unknown color: approx Dolly. HEX triplet: F2, F0 and 76. RGB value is (242,240,118). Sum of RGB (Red+Green+Blue) = 242+240+118=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 118 (46.48% from 255 or 19.67% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F076 is #0D0F89. Grayscale: #E3E3E3. Windows color (decimal): -855946 or 7794930. OLE color: 7794930.

HSL color Cylindrical-coordinate representation of color #F2F076: hue angle of 59.03º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2F076 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB242240118-
CMYK00.010.510.05
HSL59.03º82.67%70.59%-
HSV(B)59.03º51.24%94.9%-
XYZ71.0582.5129.32-
YUV226.6966.66138.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 240 (94.14% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 19.67%
R=40.33%
G=40%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224011800.010.510.0559.0382.6770.59
HexF2F076013353b5347
Octal3623601660163573123107
Binary111100101111000011101100111001110111101110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F076; }

 p { color: rgb(242,240,118); }

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

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

 a { background-color: rgb(242,240,118); }

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

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

 span { border-color: rgb(242,240,118); }

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