Html Css Color HEX #FC312E Red Orange

📋 copy color: '#FC312E'

red 252 ◦ green 49 ◦ blue 46

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

Shades of Red Orange #FC312E

Tints of Red Orange #FC312E

RGB

 RED value IS 252 (98.83% from 255) = 72.62%

 GREEN value IS 49 (19.53% from 255) = 14.12%

 BLUE value IS 46 (18.36% from 255) = 13.26%

R = 72.62%
G = 14.12%
B = 13.26%

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

#FC312E (or 0xFC312E) is known color: Red Orange. HEX triplet: FC, 31 and 2E. RGB value is (252,49,46). Sum of RGB (Red+Green+Blue) = 252+49+46=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC312E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC312E is #03CED1. Grayscale: #6D6D6D. Windows color (decimal): -249554 or 3027452. OLE color: 3027452.

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

Color convert

RGB 252 49 46 -
CMYK 0 0.81 0.82 0.01
HSL 0.87º 0.97% 0.58% -
HSV(B) 0.87º 0.82% 0.99% -
XYZ 41.74 23.09 4.84 -
YUV 109.36 92.25 229.74 -
System Red Green Blue C M Y K H S L
Decimal 252 49 46 0 0.81 0.82 0.01 0.87 0.97 0.58
Hex FC 31 2E 0 51 52 1 1 61 3A
Octal 374 61 56 0 121 122 1 1 141 72
Binary 11111100 110001 101110 0 1010001 1010010 1 1 1100001 111010

Color Harmonies of #FC312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC312E

Black with #FC312E

Text Example


Text Example

White with #FC312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC312E; }

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

 H1.HeaderClassName
 {
   color: #FC312E;
 }
 .AnyTagClassName
 {
   color: #FC312E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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