#F7F475

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

Shades of Dolly #F7F475

Tints of Dolly #F7F475

Color information

#F7F475 (or 0xF7F475) is unknown color: approx Dolly. HEX triplet: F7, F4 and 75. RGB value is (247,244,117). Sum of RGB (Red+Green+Blue) = 247+244+117=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 117 (46.09% from 255 or 19.24% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F475 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F475 is #080B8A. Grayscale: #E6E6E6. Windows color (decimal): -527243 or 7730423. OLE color: 7730423.

HSL color Cylindrical-coordinate representation of color #F7F475: hue angle of 58.62º 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 #F7F475 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB247244117-
CMYK00.010.530.03
HSL58.62º89.04%71.37%-
HSV(B)58.62º52.63%96.86%-
XYZ73.9285.7629.49-
YUV230.4263.99139.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 117 (46.09% from 255) = 19.24%
R=40.62%
G=40.13%
B=19.24%

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
Decimal24724411700.010.530.0358.6289.0471.37
HexF7F475013533b5947
Octal3673641650165373131107
Binary11110111111101001110101011101011111101110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F475; }

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

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

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

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

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

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

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

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