#F2EA6F

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

Shades of Dolly #F2EA6F

Tints of Dolly #F2EA6F

Color information

#F2EA6F (or 0xF2EA6F) is unknown color: approx Dolly. HEX triplet: F2, EA and 6F. RGB value is (242,234,111). Sum of RGB (Red+Green+Blue) = 242+234+111=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 111 (43.75% from 255 or 18.91% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EA6F is #0D1590. Grayscale: #DEDEDE. Windows color (decimal): -857489 or 7334642. OLE color: 7334642.

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

Color convert

RGB242234111-
CMYK00.030.540.05
HSL56.34º83.44%69.22%-
HSV(B)56.34º54.13%94.9%-
XYZ68.9178.8726.63-
YUV222.3765.15142-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.23%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 111 (43.75% from 255) = 18.91%
R=41.23%
G=39.86%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223411100.030.540.0556.3483.4469.22
HexF2EA6F03365385345
Octal3623521570366570123105
Binary1111001011101010110111101111011010111100010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA6F; }

 p { color: rgb(242,234,111); }

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

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

 a { background-color: rgb(242,234,111); }

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

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

 span { border-color: rgb(242,234,111); }

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