#F2E872

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

Shades of Dolly #F2E872

Tints of Dolly #F2E872

Color information

#F2E872 (or 0xF2E872) is unknown color: approx Dolly. HEX triplet: F2, E8 and 72. RGB value is (242,232,114). Sum of RGB (Red+Green+Blue) = 242+232+114=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E872 is #0D178D. Grayscale: #DEDEDE. Windows color (decimal): -857998 or 7530738. OLE color: 7530738.

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

Color convert

RGB242232114-
CMYK00.040.530.05
HSL55.31º83.12%69.8%-
HSV(B)55.31º52.89%94.9%-
XYZ68.5177.8127.33-
YUV221.5467.31142.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.16%
GREEN value IS 232 (91.02% from 255) = 39.46%
BLUE value IS 114 (44.92% from 255) = 19.39%
R=41.16%
G=39.46%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223211400.040.530.0555.3183.1269.8
HexF2E87204355375346
Octal3623501620465567123106
Binary11110010111010001110010010011010110111011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E872; }

 p { color: rgb(242,232,114); }

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

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

 a { background-color: rgb(242,232,114); }

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

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

 span { border-color: rgb(242,232,114); }

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