Html Css Color HEX #FC311D Red Orange

📋 copy color: '#FC311D'

red 252 ◦ green 49 ◦ blue 29

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

Shades of Red Orange #FC311D

Tints of Red Orange #FC311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 76.36%
G = 14.85%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC311D (or 0xFC311D) is known color: Red Orange. HEX triplet: FC, 31 and 1D. RGB value is (252,49,29). Sum of RGB (Red+Green+Blue) = 252+49+29=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC311D is #03CEE2. Grayscale: #6B6B6B. Windows color (decimal): -249571 or 1913340. OLE color: 1913340.

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

Color convert

RGB 252 49 29 -
CMYK 0 0.81 0.88 0.01
HSL 5.38º 0.97% 0.55% -
HSV(B) 5.38º 0.88% 0.99% -
XYZ 41.46 22.98 3.41 -
YUV 107.42 83.75 231.13 -
System Red Green Blue C M Y K H S L
Decimal 252 49 29 0 0.81 0.88 0.01 5.38 0.97 0.55
Hex FC 31 1D 0 51 58 1 5 61 37
Octal 374 61 35 0 121 130 1 5 141 67
Binary 11111100 110001 11101 0 1010001 1011000 1 101 1100001 110111

Color Harmonies of #FC311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC311D

Black with #FC311D

Text Example


Text Example

White with #FC311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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