#F58260

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

Shades of Crusta #F58260

Tints of Crusta #F58260

Color information

#F58260 (or 0xF58260) is unknown color: approx Crusta. HEX triplet: F5, 82 and 60. RGB value is (245,130,96). Sum of RGB (Red+Green+Blue) = 245+130+96=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F58260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58260 is #0A7D9F. Grayscale: #A0A0A0. Windows color (decimal): -687520 or 6324981. OLE color: 6324981.

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

Color convert

RGB24513096-
CMYK00.470.610.04
HSL13.69º88.17%66.86%-
HSV(B)13.69º60.82%96.08%-
XYZ47.7536.2215.54-
YUV160.5191.6188.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.02%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 96 (37.89% from 255) = 20.38%
R=52.02%
G=27.60%
B=20.38%

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
Decimal2451309600.470.610.0413.6988.1766.86
HexF5826002F3D4e5843
Octal36520214005775416130103
Binary111101011000001011000000101111111101100111010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58260; }

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

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

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

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

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

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

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

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