#F5F17E

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

Shades of Dolly #F5F17E

Tints of Dolly #F5F17E

Color information

#F5F17E (or 0xF5F17E) is unknown color: approx Dolly. HEX triplet: F5, F1 and 7E. RGB value is (245,241,126). Sum of RGB (Red+Green+Blue) = 245+241+126=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 126 (49.61% from 255 or 20.59% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F17E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F17E is #0A0E81. Grayscale: #E5E5E5. Windows color (decimal): -659074 or 8319477. OLE color: 8319477.

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

Color convert

RGB245241126-
CMYK00.020.490.04
HSL57.98º85.61%72.75%-
HSV(B)57.98º48.57%96.08%-
XYZ72.8883.8332.08-
YUV229.0969.83139.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.03%
GREEN value IS 241 (94.53% from 255) = 39.38%
BLUE value IS 126 (49.61% from 255) = 20.59%
R=40.03%
G=39.38%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524112600.020.490.0457.9885.6172.75
HexF5F17E023143a5649
Octal3653611760261472126111
Binary1111010111110001111111001011000110011101010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F17E; }

 p { color: rgb(245,241,126); }

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

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

 a { background-color: rgb(245,241,126); }

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

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

 span { border-color: rgb(245,241,126); }

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