#F08352

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

Shades of Crusta #F08352

Tints of Crusta #F08352

Color information

#F08352 (or 0xF08352) is unknown color: approx Crusta. HEX triplet: F0, 83 and 52. RGB value is (240,131,82). Sum of RGB (Red+Green+Blue) = 240+131+82=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F08352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08352 is #0F7CAD. Grayscale: #9E9E9E. Windows color (decimal): -1014958 or 5407728. OLE color: 5407728.

HSL color Cylindrical-coordinate representation of color #F08352: hue angle of 18.61º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F08352 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB24013182-
CMYK00.450.660.06
HSL18.61º84.04%63.14%-
HSV(B)18.61º65.83%94.12%-
XYZ45.5735.3712.41-
YUV15885.11186.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.98%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=52.98%
G=28.92%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401318200.450.660.0618.6184.0463.14
HexF0835202D42613543f
Octal36020312205510262312477
Binary1111000010000011101001001011011000010110100111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08352; }

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

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

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

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

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

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

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

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