Html Css Color HEX #FC322A Red Orange

📋 copy color: '#FC322A'

red 252 ◦ green 50 ◦ blue 42

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

Shades of Red Orange #FC322A

Tints of Red Orange #FC322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 73.26%
G = 14.53%
B = 12.21%

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

#FC322A (or 0xFC322A) is known color: Red Orange. HEX triplet: FC, 32 and 2A. RGB value is (252,50,42). Sum of RGB (Red+Green+Blue) = 252+50+42=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC322A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC322A is #03CDD5. Grayscale: #6D6D6D. Windows color (decimal): -249302 or 2765564. OLE color: 2765564.

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

Color convert

RGB 252 50 42 -
CMYK 0 0.80 0.83 0.01
HSL 2.29º 0.97% 0.58% -
HSV(B) 2.29º 0.83% 0.99% -
XYZ 41.7 23.14 4.46 -
YUV 109.49 89.92 229.65 -
System Red Green Blue C M Y K H S L
Decimal 252 50 42 0 0.80 0.83 0.01 2.29 0.97 0.58
Hex FC 32 2A 0 50 53 1 2 61 3A
Octal 374 62 52 0 120 123 1 2 141 72
Binary 11111100 110010 101010 0 1010000 1010011 1 10 1100001 111010

Color Harmonies of #FC322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC322A

Black with #FC322A

Text Example


Text Example

White with #FC322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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