#F5F480

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

Shades of Dolly #F5F480

Tints of Dolly #F5F480

Color information

#F5F480 (or 0xF5F480) is unknown color: approx Dolly. HEX triplet: F5, F4 and 80. RGB value is (245,244,128). Sum of RGB (Red+Green+Blue) = 245+244+128=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 128 (50.39% from 255 or 20.75% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F480 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F480 is #0A0B7F. Grayscale: #E7E7E7. Windows color (decimal): -658304 or 8451317. OLE color: 8451317.

HSL color Cylindrical-coordinate representation of color #F5F480: hue angle of 59.49º degrees, saturation: 0.85, 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 #F5F480 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245244128-
CMYK00.000.480.04
HSL59.49º85.4%73.14%-
HSV(B)59.49º47.76%96.08%-
XYZ73.985.6733.06-
YUV231.0869.83137.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.71%
GREEN value IS 244 (95.70% from 255) = 39.55%
BLUE value IS 128 (50.39% from 255) = 20.75%
R=39.71%
G=39.55%
B=20.75%

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
Decimal24524412800.000.480.0459.4985.473.14
HexF5F480003043b5549
Octal3653642000060473125111
Binary1111010111110100100000000011000010011101110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F480; }

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

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

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

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

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

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

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

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