Html Css Color HEX #FC321E Red Orange

📋 copy color: '#FC321E'

red 252 ◦ green 50 ◦ blue 30

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

Shades of Red Orange #FC321E

Tints of Red Orange #FC321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 75.9%
G = 15.06%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC321E (or 0xFC321E) is known color: Red Orange. HEX triplet: FC, 32 and 1E. RGB value is (252,50,30). Sum of RGB (Red+Green+Blue) = 252+50+30=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC321E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC321E is #03CDE1. Grayscale: #6C6C6C. Windows color (decimal): -249314 or 1979132. OLE color: 1979132.

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

Color convert

RGB 252 50 30 -
CMYK 0 0.80 0.88 0.01
HSL 5.41º 0.97% 0.55% -
HSV(B) 5.41º 0.88% 0.99% -
XYZ 41.52 23.07 3.49 -
YUV 108.12 83.92 230.63 -
System Red Green Blue C M Y K H S L
Decimal 252 50 30 0 0.80 0.88 0.01 5.41 0.97 0.55
Hex FC 32 1E 0 50 58 1 5 61 37
Octal 374 62 36 0 120 130 1 5 141 67
Binary 11111100 110010 11110 0 1010000 1011000 1 101 1100001 110111

Color Harmonies of #FC321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC321E

Black with #FC321E

Text Example


Text Example

White with #FC321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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