#F58E55

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

Shades of Crusta #F58E55

Tints of Crusta #F58E55

Color information

#F58E55 (or 0xF58E55) is unknown color: approx Crusta. HEX triplet: F5, 8E and 55. RGB value is (245,142,85). Sum of RGB (Red+Green+Blue) = 245+142+85=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58E55 is #0A71AA. Grayscale: #A6A6A6. Windows color (decimal): -684459 or 5607157. OLE color: 5607157.

HSL color Cylindrical-coordinate representation of color #F58E55: hue angle of 21.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F58E55 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24514285-
CMYK00.420.650.04
HSL21.38º88.89%64.71%-
HSV(B)21.38º65.31%96.08%-
XYZ48.9739.4113.62-
YUV166.382.12184.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.91%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 85 (33.59% from 255) = 18.01%
R=51.91%
G=30.08%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451428500.420.650.0421.3888.8964.71
HexF58E5502A414155941
Octal365216125052101425131101
Binary11110101100011101010101010101010000011001010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58E55; }

 p { color: rgb(245,142,85); }

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

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

 a { background-color: rgb(245,142,85); }

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

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

 span { border-color: rgb(245,142,85); }

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