#F5593C

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

Shades of Outrageous Orange #F5593C

Tints of Outrageous Orange #F5593C

Color information

#F5593C (or 0xF5593C) is unknown color: approx Outrageous Orange. HEX triplet: F5, 59 and 3C. RGB value is (245,89,60). Sum of RGB (Red+Green+Blue) = 245+89+60=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5593C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5593C is #0AA6C3. Grayscale: #848484. Windows color (decimal): -698052 or 3955189. OLE color: 3955189.

HSL color Cylindrical-coordinate representation of color #F5593C: hue angle of 9.41º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5593C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB2458960-
CMYK00.640.760.04
HSL9.41º90.24%59.8%-
HSV(B)9.41º75.51%96.08%-
XYZ42.0426.887.25-
YUV132.3487.18208.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.18%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 60 (23.83% from 255) = 15.23%
R=62.18%
G=22.59%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245896000.640.760.049.4190.2459.8
HexF5593C0404C495a3c
Octal36513174010011441113274
Binary11110101101100111110001000000100110010010011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5593C; }

 p { color: rgb(245,89,60); }

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

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

 a { background-color: rgb(245,89,60); }

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

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

 span { border-color: rgb(245,89,60); }

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