Html Css Color HEX #FC322C Red Orange

📋 copy color: '#FC322C'

red 252 ◦ green 50 ◦ blue 44

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

Shades of Red Orange #FC322C

Tints of Red Orange #FC322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 72.83%
G = 14.45%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC322C (or 0xFC322C) is known color: Red Orange. HEX triplet: FC, 32 and 2C. RGB value is (252,50,44). Sum of RGB (Red+Green+Blue) = 252+50+44=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC322C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC322C is #03CDD3. Grayscale: #6D6D6D. Windows color (decimal): -249300 or 2896636. OLE color: 2896636.

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

Color convert

RGB 252 50 44 -
CMYK 0 0.80 0.83 0.01
HSL 1.73º 0.97% 0.58% -
HSV(B) 1.73º 0.83% 0.99% -
XYZ 41.74 23.16 4.65 -
YUV 109.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 252 50 44 0 0.80 0.83 0.01 1.73 0.97 0.58
Hex FC 32 2C 0 50 53 1 2 61 3A
Octal 374 62 54 0 120 123 1 2 141 72
Binary 11111100 110010 101100 0 1010000 1010011 1 10 1100001 111010

Color Harmonies of #FC322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC322C

Black with #FC322C

Text Example


Text Example

White with #FC322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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