#FC2322

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

Shades of Red Orange #FC2322

Tints of Red Orange #FC2322

Color information

#FC2322 (or 0xFC2322) is unknown color: approx Red Orange. HEX triplet: FC, 23 and 22. RGB value is (252,35,34). Sum of RGB (Red+Green+Blue) = 252+35+34=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2322 is #03DCDD. Grayscale: #636363. Windows color (decimal): -253150 or 2237436. OLE color: 2237436.

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

Color convert

RGB2523534-
CMYK00.860.870.01
HSL0.28º97.32%56.08%-
HSV(B)0.28º86.51%98.82%-
XYZ41.0322.013.6-
YUV99.7790.89236.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 78.50%
GREEN value IS 35 (14.06% from 255) = 10.90%
BLUE value IS 34 (13.67% from 255) = 10.59%
R=78.50%
G=10.90%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252353400.860.870.010.2897.3256.08
HexFC232205657106138
Octal374434201261271014170
Binary11111100100011100010010101101010111101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2322; }

 p { color: rgb(252,35,34); }

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

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

 a { background-color: rgb(252,35,34); }

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

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

 span { border-color: rgb(252,35,34); }

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