#F5F47F

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

Shades of Dolly #F5F47F

Tints of Dolly #F5F47F

Color information

#F5F47F (or 0xF5F47F) is unknown color: approx Dolly. HEX triplet: F5, F4 and 7F. RGB value is (245,244,127). Sum of RGB (Red+Green+Blue) = 245+244+127=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 127 (50% from 255 or 20.62% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F47F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F47F is #0A0B80. Grayscale: #E7E7E7. Windows color (decimal): -658305 or 8385781. OLE color: 8385781.

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

Color convert

RGB245244127-
CMYK00.000.480.04
HSL59.49º85.51%72.94%-
HSV(B)59.49º48.16%96.08%-
XYZ73.8485.6532.72-
YUV230.9669.33138.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 244 (95.70% from 255) = 39.61%
BLUE value IS 127 (50% from 255) = 20.62%
R=39.77%
G=39.61%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524412700.000.480.0459.4985.5172.94
HexF5F47F003043b5649
Octal3653641770060473126111
Binary111101011111010011111110011000010011101110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F47F; }

 p { color: rgb(245,244,127); }

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

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

 a { background-color: rgb(245,244,127); }

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

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

 span { border-color: rgb(245,244,127); }

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