Shades of Red Orange #FC4321
Tints of Red Orange #FC4321
RGB
CMYK
RGB Variations
Color information
#FC4321 (or 0xFC4321) is known color: Red Orange. HEX triplet: FC, 43 and 21. RGB value is (252,67,33). Sum of RGB (Red+Green+Blue) = 252+67+33=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4321 is #03BCDE. Grayscale: #767676. Windows color (decimal): -244959 or 2180092. OLE color: 2180092.
HSL color Cylindrical-coordinate representation of color #FC4321: hue angle of 9.32º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC4321 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 33 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.01 |
| HSL | 9.32º | 0.97% | 0.56% | - |
| HSV(B) | 9.32º | 0.87% | 0.99% | - |
| XYZ | 42.43 | 24.82 | 3.99 | - |
| YUV | 118.44 | 79.79 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 33 | 0 | 0.73 | 0.87 | 0.01 | 9.32 | 0.97 | 0.56 |
| Hex | FC | 43 | 21 | 0 | 49 | 57 | 1 | 9 | 61 | 38 |
| Octal | 374 | 103 | 41 | 0 | 111 | 127 | 1 | 11 | 141 | 70 |
| Binary | 11111100 | 1000011 | 100001 | 0 | 1001001 | 1010111 | 1 | 1001 | 1100001 | 111000 |
Color Harmonies of #FC4321
Complementary color
Monochromatic Colors of #FC4321
Black with #FC4321
Text Example
Text Example
White with #FC4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4321; }
p { color: rgb(252,67,33); }
H1.HeaderClassName
{
color: #FC4321;
}
.AnyTagClassName
{
color: #FC4321;
}
</style>
background-color css
<style>
a { background-color: #FC4321; }
a { background-color: rgb(252,67,33); }
div.DivClassName
{
background-color: #FC4321;
}
.BgClassName
{
background-color: #FC4321;
}
</style>
border-color css
<style>
span { border-color: #FC4321; }
span { border-color: rgb(252,67,33); }
td.TdClassName
{
border-color: #FC4321;
}
.TagClassName
{
border-color: #FC4321;
}
</style>