Shades of Orange Red #FC470A
Tints of Orange Red #FC470A
RGB
CMYK
RGB Variations
Color information
#FC470A (or 0xFC470A) is known color: Orange Red. HEX triplet: FC, 47 and 0A. RGB value is (252,71,10). Sum of RGB (Red+Green+Blue) = 252+71+10=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC470A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC470A is #03B8F5. Grayscale: #767676. Windows color (decimal): -243958 or 673788. OLE color: 673788.
HSL color Cylindrical-coordinate representation of color #FC470A: hue angle of 15.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC470A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.01 |
| HSL | 15.12º | 0.98% | 0.51% | - |
| HSV(B) | 15.12º | 0.96% | 0.99% | - |
| XYZ | 42.45 | 25.22 | 2.92 | - |
| YUV | 118.17 | 66.97 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 10 | 0 | 0.72 | 0.96 | 0.01 | 15.12 | 0.98 | 0.51 |
| Hex | FC | 47 | A | 0 | 48 | 60 | 1 | F | 62 | 33 |
| Octal | 374 | 107 | 12 | 0 | 110 | 140 | 1 | 17 | 142 | 63 |
| Binary | 11111100 | 1000111 | 1010 | 0 | 1001000 | 1100000 | 1 | 1111 | 1100010 | 110011 |
Color Harmonies of #FC470A
Complementary color
Monochromatic Colors of #FC470A
Black with #FC470A
Text Example
Text Example
White with #FC470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC470A; }
p { color: rgb(252,71,10); }
H1.HeaderClassName
{
color: #FC470A;
}
.AnyTagClassName
{
color: #FC470A;
}
</style>
background-color css
<style>
a { background-color: #FC470A; }
a { background-color: rgb(252,71,10); }
div.DivClassName
{
background-color: #FC470A;
}
.BgClassName
{
background-color: #FC470A;
}
</style>
border-color css
<style>
span { border-color: #FC470A; }
span { border-color: rgb(252,71,10); }
td.TdClassName
{
border-color: #FC470A;
}
.TagClassName
{
border-color: #FC470A;
}
</style>