#F58652

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

Shades of Crusta #F58652

Tints of Crusta #F58652

Color information

#F58652 (or 0xF58652) is unknown color: approx Crusta. HEX triplet: F5, 86 and 52. RGB value is (245,134,82). Sum of RGB (Red+Green+Blue) = 245+134+82=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F58652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58652 is #0A79AD. Grayscale: #A1A1A1. Windows color (decimal): -686510 or 5408501. OLE color: 5408501.

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

Color convert

RGB24513482-
CMYK00.450.670.04
HSL19.14º89.07%64.12%-
HSV(B)19.14º66.53%96.08%-
XYZ47.737.0712.62-
YUV161.2683.27187.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.15%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 82 (32.42% from 255) = 17.79%
R=53.15%
G=29.07%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451348200.450.670.0419.1489.0764.12
HexF5865202D434135940
Octal365206122055103423131100
Binary11110101100001101010010010110110000111001001110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58652; }

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

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

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

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

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

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

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

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