#F4ED6A

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

Shades of Dolly #F4ED6A

Tints of Dolly #F4ED6A

Color information

#F4ED6A (or 0xF4ED6A) is unknown color: approx Dolly. HEX triplet: F4, ED and 6A. RGB value is (244,237,106). Sum of RGB (Red+Green+Blue) = 244+237+106=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 106 (41.80% from 255 or 18.06% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4ED6A is #0B1295. Grayscale: #E0E0E0. Windows color (decimal): -725654 or 7007732. OLE color: 7007732.

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

Color convert

RGB244237106-
CMYK00.030.570.04
HSL56.96º86.25%68.63%-
HSV(B)56.96º56.56%95.69%-
XYZ70.1980.8425.54-
YUV224.1661.32142.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.57%
GREEN value IS 237 (92.97% from 255) = 40.37%
BLUE value IS 106 (41.80% from 255) = 18.06%
R=41.57%
G=40.37%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423710600.030.570.0456.9686.2568.63
HexF4ED6A03394395645
Octal3643551520371471126105
Binary1111010011101101110101001111100110011100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ED6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ED6A; }

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

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

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

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

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

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

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

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