#FC552C

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

Shades of Outrageous Orange #FC552C

Tints of Outrageous Orange #FC552C

Color information

#FC552C (or 0xFC552C) is unknown color: approx Outrageous Orange. HEX triplet: FC, 55 and 2C. RGB value is (252,85,44). Sum of RGB (Red+Green+Blue) = 252+85+44=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC552C is #03AAD3. Grayscale: #828282. Windows color (decimal): -240340 or 2905596. OLE color: 2905596.

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

Color convert

RGB2528544-
CMYK00.660.830.01
HSL11.83º97.2%58.04%-
HSV(B)11.83º82.54%98.82%-
XYZ43.8527.375.36-
YUV130.2679.33214.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 66.14%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 44 (17.58% from 255) = 11.55%
R=66.14%
G=22.31%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252854400.660.830.0111.8397.258.04
HexFC552C042531c613a
Octal37412554010212311414172
Binary111111001010101101100010000101010011111001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC552C; }

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

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

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

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

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

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

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

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