Shades of Orange Red #FC4717
Tints of Orange Red #FC4717
RGB
CMYK
RGB Variations
Color information
#FC4717 (or 0xFC4717) is known color: Orange Red. HEX triplet: FC, 47 and 17. RGB value is (252,71,23). Sum of RGB (Red+Green+Blue) = 252+71+23=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4717 is #03B8E8. Grayscale: #787878. Windows color (decimal): -243945 or 1525756. OLE color: 1525756.
HSL color Cylindrical-coordinate representation of color #FC4717: hue angle of 12.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC4717 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 23 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.01 |
| HSL | 12.58º | 0.97% | 0.54% | - |
| HSV(B) | 12.58º | 0.91% | 0.99% | - |
| XYZ | 42.55 | 25.26 | 3.44 | - |
| YUV | 119.65 | 73.47 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 23 | 0 | 0.72 | 0.91 | 0.01 | 12.58 | 0.97 | 0.54 |
| Hex | FC | 47 | 17 | 0 | 48 | 5B | 1 | D | 61 | 36 |
| Octal | 374 | 107 | 27 | 0 | 110 | 133 | 1 | 15 | 141 | 66 |
| Binary | 11111100 | 1000111 | 10111 | 0 | 1001000 | 1011011 | 1 | 1101 | 1100001 | 110110 |
Color Harmonies of #FC4717
Complementary color
Monochromatic Colors of #FC4717
Black with #FC4717
Text Example
Text Example
White with #FC4717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4717; }
p { color: rgb(252,71,23); }
H1.HeaderClassName
{
color: #FC4717;
}
.AnyTagClassName
{
color: #FC4717;
}
</style>
background-color css
<style>
a { background-color: #FC4717; }
a { background-color: rgb(252,71,23); }
div.DivClassName
{
background-color: #FC4717;
}
.BgClassName
{
background-color: #FC4717;
}
</style>
border-color css
<style>
span { border-color: #FC4717; }
span { border-color: rgb(252,71,23); }
td.TdClassName
{
border-color: #FC4717;
}
.TagClassName
{
border-color: #FC4717;
}
</style>