#F58F5E

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

Shades of Crusta #F58F5E

Tints of Crusta #F58F5E

Color information

#F58F5E (or 0xF58F5E) is unknown color: approx Crusta. HEX triplet: F5, 8F and 5E. RGB value is (245,143,94). Sum of RGB (Red+Green+Blue) = 245+143+94=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F5E is #0A70A1. Grayscale: #A8A8A8. Windows color (decimal): -684194 or 6197237. OLE color: 6197237.

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

Color convert

RGB24514394-
CMYK00.420.620.04
HSL19.47º88.3%66.47%-
HSV(B)19.47º61.63%96.08%-
XYZ49.539.8715.68-
YUV167.9186.29182.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.83%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 94 (37.11% from 255) = 19.50%
R=50.83%
G=29.67%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451439400.420.620.0419.4788.366.47
HexF58F5E02A3E4135842
Octal36521713605276423130102
Binary1111010110001111101111001010101111101001001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58F5E; }

 p { color: rgb(245,143,94); }

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

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

 a { background-color: rgb(245,143,94); }

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

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

 span { border-color: rgb(245,143,94); }

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