#F58160

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

Shades of Crusta #F58160

Tints of Crusta #F58160

Color information

#F58160 (or 0xF58160) is unknown color: approx Crusta. HEX triplet: F5, 81 and 60. RGB value is (245,129,96). Sum of RGB (Red+Green+Blue) = 245+129+96=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F58160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58160 is #0A7E9F. Grayscale: #A0A0A0. Windows color (decimal): -687776 or 6324725. OLE color: 6324725.

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

Color convert

RGB24512996-
CMYK00.470.610.04
HSL13.29º88.17%66.86%-
HSV(B)13.29º60.82%96.08%-
XYZ47.6235.9615.5-
YUV159.9291.93188.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.13%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=52.13%
G=27.45%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451299600.470.610.0413.2988.1766.86
HexF5816002F3D4d5843
Octal36520114005775415130103
Binary111101011000000111000000101111111101100110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58160; }

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

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

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

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

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

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

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

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