Shades of Red Orange #FC4221
Tints of Red Orange #FC4221
RGB
CMYK
RGB Variations
Color information
#FC4221 (or 0xFC4221) is known color: Red Orange. HEX triplet: FC, 42 and 21. RGB value is (252,66,33). Sum of RGB (Red+Green+Blue) = 252+66+33=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4221 is #03BDDE. Grayscale: #767676. Windows color (decimal): -245215 or 2179836. OLE color: 2179836.
HSL color Cylindrical-coordinate representation of color #FC4221: hue angle of 9.04º 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 #FC4221 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 33 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.01 |
| HSL | 9.04º | 0.97% | 0.56% | - |
| HSV(B) | 9.04º | 0.87% | 0.99% | - |
| XYZ | 42.37 | 24.7 | 3.97 | - |
| YUV | 117.85 | 80.12 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 33 | 0 | 0.74 | 0.87 | 0.01 | 9.04 | 0.97 | 0.56 |
| Hex | FC | 42 | 21 | 0 | 4A | 57 | 1 | 9 | 61 | 38 |
| Octal | 374 | 102 | 41 | 0 | 112 | 127 | 1 | 11 | 141 | 70 |
| Binary | 11111100 | 1000010 | 100001 | 0 | 1001010 | 1010111 | 1 | 1001 | 1100001 | 111000 |
Color Harmonies of #FC4221
Complementary color
Monochromatic Colors of #FC4221
Black with #FC4221
Text Example
Text Example
White with #FC4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4221; }
p { color: rgb(252,66,33); }
H1.HeaderClassName
{
color: #FC4221;
}
.AnyTagClassName
{
color: #FC4221;
}
</style>
background-color css
<style>
a { background-color: #FC4221; }
a { background-color: rgb(252,66,33); }
div.DivClassName
{
background-color: #FC4221;
}
.BgClassName
{
background-color: #FC4221;
}
</style>
border-color css
<style>
span { border-color: #FC4221; }
span { border-color: rgb(252,66,33); }
td.TdClassName
{
border-color: #FC4221;
}
.TagClassName
{
border-color: #FC4221;
}
</style>