#F5EC6C

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

Shades of Dolly #F5EC6C

Tints of Dolly #F5EC6C

Color information

#F5EC6C (or 0xF5EC6C) is unknown color: approx Dolly. HEX triplet: F5, EC and 6C. RGB value is (245,236,108). Sum of RGB (Red+Green+Blue) = 245+236+108=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 108 (42.58% from 255 or 18.34% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC6C is #0A1393. Grayscale: #E0E0E0. Windows color (decimal): -660372 or 7138549. OLE color: 7138549.

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

Color convert

RGB245236108-
CMYK00.040.560.04
HSL56.06º87.26%69.22%-
HSV(B)56.06º55.92%96.08%-
XYZ70.3680.4926.01-
YUV224.162.48142.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 236 (92.58% from 255) = 40.07%
BLUE value IS 108 (42.58% from 255) = 18.34%
R=41.60%
G=40.07%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523610800.040.560.0456.0687.2669.22
HexF5EC6C04384385745
Octal3653541540470470127105
Binary11110101111011001101100010011100010011100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EC6C; }

 p { color: rgb(245,236,108); }

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

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

 a { background-color: rgb(245,236,108); }

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

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

 span { border-color: rgb(245,236,108); }

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