#F5EF6D

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

Shades of Dolly #F5EF6D

Tints of Dolly #F5EF6D

Color information

#F5EF6D (or 0xF5EF6D) is unknown color: approx Dolly. HEX triplet: F5, EF and 6D. RGB value is (245,239,109). Sum of RGB (Red+Green+Blue) = 245+239+109=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 109 (42.97% from 255 or 18.38% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EF6D is #0A1092. Grayscale: #E2E2E2. Windows color (decimal): -659603 or 7204853. OLE color: 7204853.

HSL color Cylindrical-coordinate representation of color #F5EF6D: hue angle of 57.35º 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 #F5EF6D is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245239109-
CMYK00.020.560.04
HSL57.35º87.18%69.41%-
HSV(B)57.35º55.51%96.08%-
XYZ71.2882.2526.59-
YUV225.9761.99141.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 239 (93.75% from 255) = 40.30%
BLUE value IS 109 (42.97% from 255) = 18.38%
R=41.32%
G=40.30%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523910900.020.560.0457.3587.1869.41
HexF5EF6D02384395745
Octal3653571550270471127105
Binary1111010111101111110110101011100010011100110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EF6D; }

 p { color: rgb(245,239,109); }

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

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

 a { background-color: rgb(245,239,109); }

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

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

 span { border-color: rgb(245,239,109); }

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