Html Css Color HEX #FC312D Red Orange

📋 copy color: '#FC312D'

red 252 ◦ green 49 ◦ blue 45

#FC312D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #FC312D

Tints of Red Orange #FC312D

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 value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC312D (or 0xFC312D) is known color: 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

RGB 252 49 45 -
CMYK 0 0.81 0.82 0.01
HSL 1.16º 0.97% 0.58% -
HSV(B) 1.16º 0.82% 0.99% -
XYZ 41.72 23.08 4.74 -
YUV 109.24 91.75 229.83 -
System Red Green Blue C M Y K H S L
Decimal 252 49 45 0 0.81 0.82 0.01 1.16 0.97 0.58
Hex FC 31 2D 0 51 52 1 1 61 3A
Octal 374 61 55 0 121 122 1 1 141 72
Binary 11111100 110001 101101 0 1010001 1010010 1 1 1100001 111010

Color Harmonies of #FC312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC312D

Black with #FC312D

Text Example


Text Example

White with #FC312D

Text Example


Text Example

HTML Codes & Css Web 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>