#F58352

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

Shades of Crusta #F58352

Tints of Crusta #F58352

Color information

#F58352 (or 0xF58352) is unknown color: approx Crusta. HEX triplet: F5, 83 and 52. RGB value is (245,131,82). Sum of RGB (Red+Green+Blue) = 245+131+82=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F58352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58352 is #0A7CAD. Grayscale: #9F9F9F. Windows color (decimal): -687278 or 5407733. OLE color: 5407733.

HSL color Cylindrical-coordinate representation of color #F58352: hue angle of 18.04º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F58352 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24513182-
CMYK00.470.670.04
HSL18.04º89.07%64.12%-
HSV(B)18.04º66.53%96.08%-
XYZ47.336.2512.49-
YUV159.584.27188.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.49%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 82 (32.42% from 255) = 17.90%
R=53.49%
G=28.60%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451318200.470.670.0418.0489.0764.12
HexF5835202F434125940
Octal365203122057103422131100
Binary11110101100000111010010010111110000111001001010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58352; }

 p { color: rgb(245,131,82); }

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

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

 a { background-color: rgb(245,131,82); }

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

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

 span { border-color: rgb(245,131,82); }

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