Html Css Color HEX #FC321B Red Orange

📋 copy color: '#FC321B'

red 252 ◦ green 50 ◦ blue 27

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

Shades of Red Orange #FC321B

Tints of Red Orange #FC321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 76.6%
G = 15.2%
B = 8.21%

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

#FC321B (or 0xFC321B) is known color: Red Orange. HEX triplet: FC, 32 and 1B. RGB value is (252,50,27). Sum of RGB (Red+Green+Blue) = 252+50+27=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC321B is #03CDE4. Grayscale: #6C6C6C. Windows color (decimal): -249317 or 1782524. OLE color: 1782524.

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

Color convert

RGB 252 50 27 -
CMYK 0 0.80 0.89 0.01
HSL 6.13º 0.97% 0.55% -
HSV(B) 6.13º 0.89% 0.99% -
XYZ 41.48 23.06 3.3 -
YUV 107.78 82.42 230.87 -
System Red Green Blue C M Y K H S L
Decimal 252 50 27 0 0.80 0.89 0.01 6.13 0.97 0.55
Hex FC 32 1B 0 50 59 1 6 61 37
Octal 374 62 33 0 120 131 1 6 141 67
Binary 11111100 110010 11011 0 1010000 1011001 1 110 1100001 110111

Color Harmonies of #FC321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC321B

Black with #FC321B

Text Example


Text Example

White with #FC321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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