Html Css Color HEX #FC322B Red Orange

📋 copy color: '#FC322B'

red 252 ◦ green 50 ◦ blue 43

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

Shades of Red Orange #FC322B

Tints of Red Orange #FC322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.46%

R = 73.04%
G = 14.49%
B = 12.46%

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

#FC322B (or 0xFC322B) is known color: Red Orange. HEX triplet: FC, 32 and 2B. RGB value is (252,50,43). Sum of RGB (Red+Green+Blue) = 252+50+43=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC322B is #03CDD4. Grayscale: #6D6D6D. Windows color (decimal): -249301 or 2831100. OLE color: 2831100.

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

Color convert

RGB 252 50 43 -
CMYK 0 0.80 0.83 0.01
HSL 2.01º 0.97% 0.58% -
HSV(B) 2.01º 0.83% 0.99% -
XYZ 41.72 23.15 4.56 -
YUV 109.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 252 50 43 0 0.80 0.83 0.01 2.01 0.97 0.58
Hex FC 32 2B 0 50 53 1 2 61 3A
Octal 374 62 53 0 120 123 1 2 141 72
Binary 11111100 110010 101011 0 1010000 1010011 1 10 1100001 111010

Color Harmonies of #FC322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC322B

Black with #FC322B

Text Example


Text Example

White with #FC322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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