Shades of Red Orange #FC321F
Tints of Red Orange #FC321F
RGB
CMYK
RGB Variations
Color information
#FC321F (or 0xFC321F) is known color: Red Orange. HEX triplet: FC, 32 and 1F. RGB value is (252,50,31). Sum of RGB (Red+Green+Blue) = 252+50+31=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC321F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC321F is #03CDE0. Grayscale: #6C6C6C. Windows color (decimal): -249313 or 2044668. OLE color: 2044668.
HSL color Cylindrical-coordinate representation of color #FC321F: hue angle of 5.16º 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 #FC321F is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 31 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.01 |
| HSL | 5.16º | 0.97% | 0.55% | - |
| HSV(B) | 5.16º | 0.88% | 0.99% | - |
| XYZ | 41.53 | 23.08 | 3.56 | - |
| YUV | 108.23 | 84.42 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 31 | 0 | 0.80 | 0.88 | 0.01 | 5.16 | 0.97 | 0.55 |
| Hex | FC | 32 | 1F | 0 | 50 | 58 | 1 | 5 | 61 | 37 |
| Octal | 374 | 62 | 37 | 0 | 120 | 130 | 1 | 5 | 141 | 67 |
| Binary | 11111100 | 110010 | 11111 | 0 | 1010000 | 1011000 | 1 | 101 | 1100001 | 110111 |
Color Harmonies of #FC321F
Complementary color
Monochromatic Colors of #FC321F
Black with #FC321F
Text Example
Text Example
White with #FC321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC321F; }
p { color: rgb(252,50,31); }
H1.HeaderClassName
{
color: #FC321F;
}
.AnyTagClassName
{
color: #FC321F;
}
</style>
background-color css
<style>
a { background-color: #FC321F; }
a { background-color: rgb(252,50,31); }
div.DivClassName
{
background-color: #FC321F;
}
.BgClassName
{
background-color: #FC321F;
}
</style>
border-color css
<style>
span { border-color: #FC321F; }
span { border-color: rgb(252,50,31); }
td.TdClassName
{
border-color: #FC321F;
}
.TagClassName
{
border-color: #FC321F;
}
</style>