#F58860

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

Shades of Crusta #F58860

Tints of Crusta #F58860

Color information

#F58860 (or 0xF58860) is unknown color: approx Crusta. HEX triplet: F5, 88 and 60. RGB value is (245,136,96). Sum of RGB (Red+Green+Blue) = 245+136+96=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F58860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58860 is #0A779F. Grayscale: #A4A4A4. Windows color (decimal): -685984 or 6326517. OLE color: 6326517.

HSL color Cylindrical-coordinate representation of color #F58860: hue angle of 16.11º 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 #F58860 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24513696-
CMYK00.440.610.04
HSL16.11º88.17%66.86%-
HSV(B)16.11º60.82%96.08%-
XYZ48.5737.8715.82-
YUV164.0389.61185.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.36%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=51.36%
G=28.51%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451369600.440.610.0416.1188.1766.86
HexF5886002C3D4105843
Octal36521014005475420130103
Binary1111010110001000110000001011001111011001000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58860; }

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

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

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

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

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

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

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

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