#fc5b2c

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

Shades of Outrageous Orange #FC5B2C

Tints of Outrageous Orange #FC5B2C

Color information

#FC5B2C (or 0xFC5B2C) is unknown color: approx Outrageous Orange. HEX triplet: FC, 5B and 2C. RGB value is (252,91,44). Sum of RGB (Red+Green+Blue) = 252+91+44=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5B2C is #03A4D3. Grayscale: #868686. Windows color (decimal): -238804 or 2907132. OLE color: 2907132.

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

Color convert

RGB2529144-
CMYK00.640.830.01
HSL13.56º97.2%58.04%-
HSV(B)13.56º82.54%98.82%-
XYZ44.3428.365.52-
YUV133.7877.34212.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.12%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 44 (17.58% from 255) = 11.37%
R=65.12%
G=23.51%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252914400.640.830.0113.5697.258.04
HexFC5B2C040531e613a
Octal37413354010012311614172
Binary111111001011011101100010000001010011111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc5b2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc5b2c; }

 p { color: rgb(252,91,44); }

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

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

 a { background-color: rgb(252,91,44); }

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

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

 span { border-color: rgb(252,91,44); }

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