Html Css Color HEX #FC322D Red Orange

📋 copy color: '#FC322D'

red 252 ◦ green 50 ◦ blue 45

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

Shades of Red Orange #FC322D

Tints of Red Orange #FC322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 72.62%
G = 14.41%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC322D (or 0xFC322D) is known color: Red Orange. HEX triplet: FC, 32 and 2D. RGB value is (252,50,45). Sum of RGB (Red+Green+Blue) = 252+50+45=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC322D is #03CDD2. Grayscale: #6E6E6E. Windows color (decimal): -249299 or 2962172. OLE color: 2962172.

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

Color convert

RGB 252 50 45 -
CMYK 0 0.80 0.82 0.01
HSL 1.45º 0.97% 0.58% -
HSV(B) 1.45º 0.82% 0.99% -
XYZ 41.76 23.17 4.75 -
YUV 109.83 91.42 229.41 -
System Red Green Blue C M Y K H S L
Decimal 252 50 45 0 0.80 0.82 0.01 1.45 0.97 0.58
Hex FC 32 2D 0 50 52 1 1 61 3A
Octal 374 62 55 0 120 122 1 1 141 72
Binary 11111100 110010 101101 0 1010000 1010010 1 1 1100001 111010

Color Harmonies of #FC322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC322D

Black with #FC322D

Text Example


Text Example

White with #FC322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC322D; }

 p { color: rgb(252,50,45); }

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

background-color css

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

 a { background-color: rgb(252,50,45); }

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

border-color css

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

 span { border-color: rgb(252,50,45); }

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