#FC5331

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

Shades of Outrageous Orange #FC5331

Tints of Outrageous Orange #FC5331

Color information

#FC5331 (or 0xFC5331) is unknown color: approx Outrageous Orange. HEX triplet: FC, 53 and 31. RGB value is (252,83,49). Sum of RGB (Red+Green+Blue) = 252+83+49=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5331 is #03ACCE. Grayscale: #818181. Windows color (decimal): -240847 or 3232764. OLE color: 3232764.

HSL color Cylindrical-coordinate representation of color #FC5331: hue angle of 10.05º 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 #FC5331 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB2528349-
CMYK00.670.810.01
HSL10.05º97.13%59.02%-
HSV(B)10.05º80.56%98.82%-
XYZ43.7927.15.83-
YUV129.6682.49215.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.62%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 49 (19.53% from 255) = 12.76%
R=65.62%
G=21.61%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252834900.670.810.0110.0597.1359.02
HexFC5331043511a613b
Octal37412361010312111214173
Binary111111001010011110001010000111010001110101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5331; }

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

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

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

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

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

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

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

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