#FC6031

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

Shades of Outrageous Orange #FC6031

Tints of Outrageous Orange #FC6031

Color information

#FC6031 (or 0xFC6031) is unknown color: approx Outrageous Orange. HEX triplet: FC, 60 and 31. RGB value is (252,96,49). Sum of RGB (Red+Green+Blue) = 252+96+49=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6031 is #039FCE. Grayscale: #898989. Windows color (decimal): -237519 or 3236092. OLE color: 3236092.

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

Color convert

RGB2529649-
CMYK00.620.810.01
HSL13.89º97.13%59.02%-
HSV(B)13.89º80.56%98.82%-
XYZ44.8829.286.19-
YUV137.2978.18209.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.48%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 49 (19.53% from 255) = 12.34%
R=63.48%
G=24.18%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252964900.620.810.0113.8997.1359.02
HexFC603103E511e613b
Octal3741406107612111614173
Binary11111100110000011000101111101010001111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6031; }

 p { color: rgb(252,96,49); }

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

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

 a { background-color: rgb(252,96,49); }

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

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

 span { border-color: rgb(252,96,49); }

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