Shades of Orange Red #FC470E
Tints of Orange Red #FC470E
RGB
CMYK
RGB Variations
Color information
#FC470E (or 0xFC470E) is known color: Orange Red. HEX triplet: FC, 47 and 0E. RGB value is (252,71,14). Sum of RGB (Red+Green+Blue) = 252+71+14=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC470E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC470E is #03B8F1. Grayscale: #777777. Windows color (decimal): -243954 or 935932. OLE color: 935932.
HSL color Cylindrical-coordinate representation of color #FC470E: hue angle of 14.37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC470E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 14 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.01 |
| HSL | 14.37º | 0.98% | 0.52% | - |
| HSV(B) | 14.37º | 0.94% | 0.99% | - |
| XYZ | 42.48 | 25.23 | 3.05 | - |
| YUV | 118.62 | 68.97 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 14 | 0 | 0.72 | 0.94 | 0.01 | 14.37 | 0.98 | 0.52 |
| Hex | FC | 47 | E | 0 | 48 | 5E | 1 | E | 62 | 34 |
| Octal | 374 | 107 | 16 | 0 | 110 | 136 | 1 | 16 | 142 | 64 |
| Binary | 11111100 | 1000111 | 1110 | 0 | 1001000 | 1011110 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FC470E
Complementary color
Monochromatic Colors of #FC470E
Black with #FC470E
Text Example
Text Example
White with #FC470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC470E; }
p { color: rgb(252,71,14); }
H1.HeaderClassName
{
color: #FC470E;
}
.AnyTagClassName
{
color: #FC470E;
}
</style>
background-color css
<style>
a { background-color: #FC470E; }
a { background-color: rgb(252,71,14); }
div.DivClassName
{
background-color: #FC470E;
}
.BgClassName
{
background-color: #FC470E;
}
</style>
border-color css
<style>
span { border-color: #FC470E; }
span { border-color: rgb(252,71,14); }
td.TdClassName
{
border-color: #FC470E;
}
.TagClassName
{
border-color: #FC470E;
}
</style>