#FC593C

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

Shades of Outrageous Orange #FC593C

Tints of Outrageous Orange #FC593C

Color information

#FC593C (or 0xFC593C) is unknown color: approx Outrageous Orange. HEX triplet: FC, 59 and 3C. RGB value is (252,89,60). Sum of RGB (Red+Green+Blue) = 252+89+60=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC593C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC593C is #03A6C3. Grayscale: #868686. Windows color (decimal): -239300 or 3955196. OLE color: 3955196.

HSL color Cylindrical-coordinate representation of color #FC593C: hue angle of 9.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC593C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB2528960-
CMYK00.650.760.01
HSL9.06º96.97%61.18%-
HSV(B)9.06º76.19%98.82%-
XYZ44.5328.177.36-
YUV134.4386211.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.84%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 60 (23.83% from 255) = 14.96%
R=62.84%
G=22.19%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252896000.650.760.019.0696.9761.18
HexFC593C0414C19613d
Octal37413174010111411114175
Binary111111001011001111100010000011001100110011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC593C; }

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

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

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

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

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

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

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

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