#F58865

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

Shades of Crusta #F58865

Tints of Crusta #F58865

Color information

#F58865 (or 0xF58865) is unknown color: approx Crusta. HEX triplet: F5, 88 and 65. RGB value is (245,136,101). Sum of RGB (Red+Green+Blue) = 245+136+101=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F58865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58865 is #0A779A. Grayscale: #A4A4A4. Windows color (decimal): -685979 or 6654197. OLE color: 6654197.

HSL color Cylindrical-coordinate representation of color #F58865: hue angle of 14.58º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F58865 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB245136101-
CMYK00.440.590.04
HSL14.58º87.8%67.84%-
HSV(B)14.58º58.78%96.08%-
XYZ48.8137.9617.07-
YUV164.692.11185.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.83%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=50.83%
G=28.22%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513610100.440.590.0414.5887.867.84
HexF5886502C3B4f5844
Octal36521014505473417130104
Binary111101011000100011001010101100111011100111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58865; }

 p { color: rgb(245,136,101); }

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

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

 a { background-color: rgb(245,136,101); }

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

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

 span { border-color: rgb(245,136,101); }

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