#F5ED6F

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

Shades of Dolly #F5ED6F

Tints of Dolly #F5ED6F

Color information

#F5ED6F (or 0xF5ED6F) is unknown color: approx Dolly. HEX triplet: F5, ED and 6F. RGB value is (245,237,111). Sum of RGB (Red+Green+Blue) = 245+237+111=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 111 (43.75% from 255 or 18.72% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5ED6F is #0A1290. Grayscale: #E1E1E1. Windows color (decimal): -660113 or 7335413. OLE color: 7335413.

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

Color convert

RGB245237111-
CMYK00.030.550.04
HSL56.42º87.01%69.8%-
HSV(B)56.42º54.69%96.08%-
XYZ70.8181.1326.97-
YUV225.0363.65142.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 111 (43.75% from 255) = 18.72%
R=41.32%
G=39.97%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523711100.030.550.0456.4287.0169.8
HexF5ED6F03374385746
Octal3653551570367470127106
Binary1111010111101101110111101111011110011100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ED6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ED6F; }

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

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

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

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

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

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

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

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