Html Css Color HEX #FC321C Red Orange

📋 copy color: '#FC321C'

red 252 ◦ green 50 ◦ blue 28

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

Shades of Red Orange #FC321C

Tints of Red Orange #FC321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 76.36%
G = 15.15%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC321C (or 0xFC321C) is known color: Red Orange. HEX triplet: FC, 32 and 1C. RGB value is (252,50,28). Sum of RGB (Red+Green+Blue) = 252+50+28=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC321C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC321C is #03CDE3. Grayscale: #6C6C6C. Windows color (decimal): -249316 or 1848060. OLE color: 1848060.

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

Color convert

RGB 252 50 28 -
CMYK 0 0.80 0.89 0.01
HSL 5.89º 0.97% 0.55% -
HSV(B) 5.89º 0.89% 0.99% -
XYZ 41.5 23.06 3.36 -
YUV 107.89 82.92 230.79 -
System Red Green Blue C M Y K H S L
Decimal 252 50 28 0 0.80 0.89 0.01 5.89 0.97 0.55
Hex FC 32 1C 0 50 59 1 6 61 37
Octal 374 62 34 0 120 131 1 6 141 67
Binary 11111100 110010 11100 0 1010000 1011001 1 110 1100001 110111

Color Harmonies of #FC321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC321C

Black with #FC321C

Text Example


Text Example

White with #FC321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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