Shades of Orange Red #FC4510
Tints of Orange Red #FC4510
RGB
CMYK
RGB Variations
Color information
#FC4510 (or 0xFC4510) is known color: Orange Red. HEX triplet: FC, 45 and 10. RGB value is (252,69,16). Sum of RGB (Red+Green+Blue) = 252+69+16=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4510 is #03BAEF. Grayscale: #767676. Windows color (decimal): -244464 or 1066492. OLE color: 1066492.
HSL color Cylindrical-coordinate representation of color #FC4510: hue angle of 13.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC4510 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 16 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.01 |
| HSL | 13.47º | 0.98% | 0.53% | - |
| HSV(B) | 13.47º | 0.94% | 0.99% | - |
| XYZ | 42.37 | 24.99 | 3.08 | - |
| YUV | 117.68 | 70.63 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 16 | 0 | 0.73 | 0.94 | 0.01 | 13.47 | 0.98 | 0.53 |
| Hex | FC | 45 | 10 | 0 | 49 | 5E | 1 | D | 62 | 35 |
| Octal | 374 | 105 | 20 | 0 | 111 | 136 | 1 | 15 | 142 | 65 |
| Binary | 11111100 | 1000101 | 10000 | 0 | 1001001 | 1011110 | 1 | 1101 | 1100010 | 110101 |
Color Harmonies of #FC4510
Complementary color
Monochromatic Colors of #FC4510
Black with #FC4510
Text Example
Text Example
White with #FC4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4510; }
p { color: rgb(252,69,16); }
H1.HeaderClassName
{
color: #FC4510;
}
.AnyTagClassName
{
color: #FC4510;
}
</style>
background-color css
<style>
a { background-color: #FC4510; }
a { background-color: rgb(252,69,16); }
div.DivClassName
{
background-color: #FC4510;
}
.BgClassName
{
background-color: #FC4510;
}
</style>
border-color css
<style>
span { border-color: #FC4510; }
span { border-color: rgb(252,69,16); }
td.TdClassName
{
border-color: #FC4510;
}
.TagClassName
{
border-color: #FC4510;
}
</style>