#F2ED6E

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

Shades of Dolly #F2ED6E

Tints of Dolly #F2ED6E

Color information

#F2ED6E (or 0xF2ED6E) is unknown color: approx Dolly. HEX triplet: F2, ED and 6E. RGB value is (242,237,110). Sum of RGB (Red+Green+Blue) = 242+237+110=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 110 (43.36% from 255 or 18.68% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED6E is #0D1291. Grayscale: #E0E0E0. Windows color (decimal): -856722 or 7269874. OLE color: 7269874.

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

Color convert

RGB242237110-
CMYK00.020.550.05
HSL57.73º83.54%69.02%-
HSV(B)57.73º54.55%94.9%-
XYZ69.7280.5726.63-
YUV224.0263.66140.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 110 (43.36% from 255) = 18.68%
R=41.09%
G=40.24%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223711000.020.550.0557.7383.5469.02
HexF2ED6E023753a5445
Octal3623551560267572124105
Binary1111001011101101110111001011011110111101010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ED6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ED6E; }

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

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

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

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

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

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

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

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