#F2ED71

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

Shades of Dolly #F2ED71

Tints of Dolly #F2ED71

Color information

#F2ED71 (or 0xF2ED71) is unknown color: approx Dolly. HEX triplet: F2, ED and 71. RGB value is (242,237,113). Sum of RGB (Red+Green+Blue) = 242+237+113=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 113 (44.53% from 255 or 19.09% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED71 is #0D128E. Grayscale: #E0E0E0. Windows color (decimal): -856719 or 7466482. OLE color: 7466482.

HSL color Cylindrical-coordinate representation of color #F2ED71: hue angle of 57.67º 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 #F2ED71 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB242237113-
CMYK00.020.530.05
HSL57.67º83.23%69.61%-
HSV(B)57.67º53.31%94.9%-
XYZ69.8880.6427.5-
YUV224.3665.16140.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 237 (92.97% from 255) = 40.03%
BLUE value IS 113 (44.53% from 255) = 19.09%
R=40.88%
G=40.03%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223711300.020.530.0557.6783.2369.61
HexF2ED71023553a5346
Octal3623551610265572123106
Binary1111001011101101111000101011010110111101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ED71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ED71; }

 p { color: rgb(242,237,113); }

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

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

 a { background-color: rgb(242,237,113); }

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

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

 span { border-color: rgb(242,237,113); }

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