#F59152

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

Shades of Crusta #F59152

Tints of Crusta #F59152

Color information

#F59152 (or 0xF59152) is unknown color: approx Crusta. HEX triplet: F5, 91 and 52. RGB value is (245,145,82). Sum of RGB (Red+Green+Blue) = 245+145+82=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F59152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59152 is #0A6EAD. Grayscale: #A8A8A8. Windows color (decimal): -683694 or 5411317. OLE color: 5411317.

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

Color convert

RGB24514582-
CMYK00.410.670.04
HSL23.19º89.07%64.12%-
HSV(B)23.19º66.53%96.08%-
XYZ49.340.2713.16-
YUV167.7279.63183.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.91%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=51.91%
G=30.72%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451458200.410.670.0423.1989.0764.12
HexF59152029434175940
Octal365221122051103427131100
Binary11110101100100011010010010100110000111001011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59152; }

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

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

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

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

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

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

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

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