#FC312D

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

Shades of Red Orange #FC312D

Tints of Red Orange #FC312D

Color information

#FC312D (or 0xFC312D) is unknown color: approx Red Orange. HEX triplet: FC, 31 and 2D. RGB value is (252,49,45). Sum of RGB (Red+Green+Blue) = 252+49+45=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC312D is #03CED2. Grayscale: #6D6D6D. Windows color (decimal): -249555 or 2961916. OLE color: 2961916.

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

Color convert

RGB2524945-
CMYK00.810.820.01
HSL1.16º97.18%58.24%-
HSV(B)1.16º82.14%98.82%-
XYZ41.7223.084.74-
YUV109.2491.75229.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 72.83%
GREEN value IS 49 (19.53% from 255) = 14.16%
BLUE value IS 45 (17.97% from 255) = 13.01%
R=72.83%
G=14.16%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252494500.810.820.011.1697.1858.24
HexFC312D0515211613a
Octal374615501211221114172
Binary11111100110001101101010100011010010111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC312D; }

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

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

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

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

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

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

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

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