#F5845C

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

Shades of Crusta #F5845C

Tints of Crusta #F5845C

Color information

#F5845C (or 0xF5845C) is unknown color: approx Crusta. HEX triplet: F5, 84 and 5C. RGB value is (245,132,92). Sum of RGB (Red+Green+Blue) = 245+132+92=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5845C is #0A7BA3. Grayscale: #A1A1A1. Windows color (decimal): -687012 or 6063349. OLE color: 6063349.

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

Color convert

RGB24513292-
CMYK00.460.620.04
HSL15.69º88.44%66.08%-
HSV(B)15.69º62.45%96.08%-
XYZ47.8436.6914.69-
YUV161.2388.94187.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.24%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=52.24%
G=28.14%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451329200.460.620.0415.6988.4466.08
HexF5845C02E3E4105842
Octal36520413405676420130102
Binary1111010110000100101110001011101111101001000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5845C; }

 p { color: rgb(245,132,92); }

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

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

 a { background-color: rgb(245,132,92); }

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

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

 span { border-color: rgb(245,132,92); }

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