#F58060

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

Shades of Crusta #F58060

Tints of Crusta #F58060

Color information

#F58060 (or 0xF58060) is unknown color: approx Crusta. HEX triplet: F5, 80 and 60. RGB value is (245,128,96). Sum of RGB (Red+Green+Blue) = 245+128+96=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F58060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58060 is #0A7F9F. Grayscale: #9F9F9F. Windows color (decimal): -688032 or 6324469. OLE color: 6324469.

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

Color convert

RGB24512896-
CMYK00.480.610.04
HSL12.89º88.17%66.86%-
HSV(B)12.89º60.82%96.08%-
XYZ47.4935.715.45-
YUV159.3392.26189.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.24%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=52.24%
G=27.29%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451289600.480.610.0412.8988.1766.86
HexF580600303D4d5843
Octal36520014006075415130103
Binary111101011000000011000000110000111101100110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58060; }

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

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

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

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

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

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

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

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