Html Css Color HEX #FC312B Red Orange

📋 copy color: '#FC312B'

red 252 ◦ green 49 ◦ blue 43

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

Shades of Red Orange #FC312B

Tints of Red Orange #FC312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 73.26%
G = 14.24%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC312B (or 0xFC312B) is known color: Red Orange. HEX triplet: FC, 31 and 2B. RGB value is (252,49,43). Sum of RGB (Red+Green+Blue) = 252+49+43=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC312B is #03CED4. Grayscale: #6D6D6D. Windows color (decimal): -249557 or 2830844. OLE color: 2830844.

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

Color convert

RGB 252 49 43 -
CMYK 0 0.81 0.83 0.01
HSL 1.72º 0.97% 0.58% -
HSV(B) 1.72º 0.83% 0.99% -
XYZ 41.68 23.07 4.54 -
YUV 109.01 90.75 229.99 -
System Red Green Blue C M Y K H S L
Decimal 252 49 43 0 0.81 0.83 0.01 1.72 0.97 0.58
Hex FC 31 2B 0 51 53 1 2 61 3A
Octal 374 61 53 0 121 123 1 2 141 72
Binary 11111100 110001 101011 0 1010001 1010011 1 10 1100001 111010

Color Harmonies of #FC312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC312B

Black with #FC312B

Text Example


Text Example

White with #FC312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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