Html Css Color HEX #FC3120 Red Orange

📋 copy color: '#FC3120'

red 252 ◦ green 49 ◦ blue 32

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

Shades of Red Orange #FC3120

Tints of Red Orange #FC3120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 75.68%
G = 14.71%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC3120 (or 0xFC3120) is known color: Red Orange. HEX triplet: FC, 31 and 20. RGB value is (252,49,32). Sum of RGB (Red+Green+Blue) = 252+49+32=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3120 is #03CEDF. Grayscale: #6C6C6C. Windows color (decimal): -249568 or 2109948. OLE color: 2109948.

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

Color convert

RGB 252 49 32 -
CMYK 0 0.81 0.87 0.01
HSL 4.64º 0.97% 0.56% -
HSV(B) 4.64º 0.87% 0.99% -
XYZ 41.5 23 3.62 -
YUV 107.76 85.25 230.88 -
System Red Green Blue C M Y K H S L
Decimal 252 49 32 0 0.81 0.87 0.01 4.64 0.97 0.56
Hex FC 31 20 0 51 57 1 5 61 38
Octal 374 61 40 0 121 127 1 5 141 70
Binary 11111100 110001 100000 0 1010001 1010111 1 101 1100001 111000

Color Harmonies of #FC3120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3120

Black with #FC3120

Text Example


Text Example

White with #FC3120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3120; }

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

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

background-color css

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

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

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

border-color css

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

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

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