#F4ED72

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

Shades of Dolly #F4ED72

Tints of Dolly #F4ED72

Color information

#F4ED72 (or 0xF4ED72) is unknown color: approx Dolly. HEX triplet: F4, ED and 72. RGB value is (244,237,114). Sum of RGB (Red+Green+Blue) = 244+237+114=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 114 (44.92% from 255 or 19.16% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4ED72 is #0B128D. Grayscale: #E1E1E1. Windows color (decimal): -725646 or 7532020. OLE color: 7532020.

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

Color convert

RGB244237114-
CMYK00.030.530.04
HSL56.77º85.53%70.2%-
HSV(B)56.77º53.28%95.69%-
XYZ70.6381.0227.83-
YUV225.0765.32141.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.01%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 114 (44.92% from 255) = 19.16%
R=41.01%
G=39.83%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423711400.030.530.0456.7785.5370.2
HexF4ED7203354395646
Octal3643551620365471126106
Binary1111010011101101111001001111010110011100110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ED72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ED72; }

 p { color: rgb(244,237,114); }

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

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

 a { background-color: rgb(244,237,114); }

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

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

 span { border-color: rgb(244,237,114); }

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