#F58E60

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

Shades of Crusta #F58E60

Tints of Crusta #F58E60

Color information

#F58E60 (or 0xF58E60) is unknown color: approx Crusta. HEX triplet: F5, 8E and 60. RGB value is (245,142,96). Sum of RGB (Red+Green+Blue) = 245+142+96=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58E60 is #0A719F. Grayscale: #A7A7A7. Windows color (decimal): -684448 or 6328053. OLE color: 6328053.

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

Color convert

RGB24514296-
CMYK00.420.610.04
HSL18.52º88.17%66.86%-
HSV(B)18.52º60.82%96.08%-
XYZ49.4439.616.1-
YUV167.5587.62183.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.72%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=50.72%
G=29.40%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451429600.420.610.0418.5288.1766.86
HexF58E6002A3D4135843
Octal36521614005275423130103
Binary1111010110001110110000001010101111011001001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58E60; }

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

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

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

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

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

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

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

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