#F58C5C

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

Shades of Crusta #F58C5C

Tints of Crusta #F58C5C

Color information

#F58C5C (or 0xF58C5C) is unknown color: approx Crusta. HEX triplet: F5, 8C and 5C. RGB value is (245,140,92). Sum of RGB (Red+Green+Blue) = 245+140+92=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58C5C is #0A73A3. Grayscale: #A6A6A6. Windows color (decimal): -684964 or 6065397. OLE color: 6065397.

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

Color convert

RGB24514092-
CMYK00.430.620.04
HSL18.82º88.44%66.08%-
HSV(B)18.82º62.45%96.08%-
XYZ48.9738.9415.06-
YUV165.9286.29184.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.36%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 92 (36.33% from 255) = 19.29%
R=51.36%
G=29.35%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451409200.430.620.0418.8288.4466.08
HexF58C5C02B3E4135842
Octal36521413405376423130102
Binary1111010110001100101110001010111111101001001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58C5C; }

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

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

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

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

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

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

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

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