#F7F575

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

Shades of Dolly #F7F575

Tints of Dolly #F7F575

Color information

#F7F575 (or 0xF7F575) is unknown color: approx Dolly. HEX triplet: F7, F5 and 75. RGB value is (247,245,117). Sum of RGB (Red+Green+Blue) = 247+245+117=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 117 (46.09% from 255 or 19.21% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F575 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F575 is #080A8A. Grayscale: #E7E7E7. Windows color (decimal): -526987 or 7730679. OLE color: 7730679.

HSL color Cylindrical-coordinate representation of color #F7F575: hue angle of 59.08º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7F575 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB247245117-
CMYK00.010.530.03
HSL59.08º89.04%71.37%-
HSV(B)59.08º52.63%96.86%-
XYZ74.2286.3629.59-
YUV231.0163.66139.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 245 (96.09% from 255) = 40.23%
BLUE value IS 117 (46.09% from 255) = 19.21%
R=40.56%
G=40.23%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724511700.010.530.0359.0889.0471.37
HexF7F575013533b5947
Octal3673651650165373131107
Binary11110111111101011110101011101011111101110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F575; }

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

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

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

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

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

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

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

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