#F5EF75

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

Shades of Dolly #F5EF75

Tints of Dolly #F5EF75

Color information

#F5EF75 (or 0xF5EF75) is unknown color: approx Dolly. HEX triplet: F5, EF and 75. RGB value is (245,239,117). Sum of RGB (Red+Green+Blue) = 245+239+117=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 117 (46.09% from 255 or 19.47% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EF75 is #0A108A. Grayscale: #E3E3E3. Windows color (decimal): -659595 or 7729141. OLE color: 7729141.

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

Color convert

RGB245239117-
CMYK00.020.520.04
HSL57.19º86.49%70.98%-
HSV(B)57.19º52.24%96.08%-
XYZ71.7382.4328.96-
YUV226.8965.99140.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 117 (46.09% from 255) = 19.47%
R=40.77%
G=39.77%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523911700.020.520.0457.1986.4970.98
HexF5EF7502344395647
Octal3653571650264471126107
Binary1111010111101111111010101011010010011100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EF75; }

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

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

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

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

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

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

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

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