#F2ED6F

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

Shades of Dolly #F2ED6F

Tints of Dolly #F2ED6F

Color information

#F2ED6F (or 0xF2ED6F) is unknown color: approx Dolly. HEX triplet: F2, ED and 6F. RGB value is (242,237,111). Sum of RGB (Red+Green+Blue) = 242+237+111=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 111 (43.75% from 255 or 18.81% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED6F is #0D1290. Grayscale: #E0E0E0. Windows color (decimal): -856721 or 7335410. OLE color: 7335410.

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

Color convert

RGB242237111-
CMYK00.020.540.05
HSL57.71º83.44%69.22%-
HSV(B)57.71º54.13%94.9%-
XYZ69.7780.5926.92-
YUV224.1364.16140.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 111 (43.75% from 255) = 18.81%
R=41.02%
G=40.17%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223711100.020.540.0557.7183.4469.22
HexF2ED6F023653a5345
Octal3623551570266572123105
Binary1111001011101101110111101011011010111101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ED6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ED6F; }

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

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

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

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

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

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

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

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