Shades of Orange Red #FC450E
Tints of Orange Red #FC450E
RGB
CMYK
RGB Variations
Color information
#FC450E (or 0xFC450E) is known color: Orange Red. HEX triplet: FC, 45 and 0E. RGB value is (252,69,14). Sum of RGB (Red+Green+Blue) = 252+69+14=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC450E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC450E is #03BAF1. Grayscale: #757575. Windows color (decimal): -244466 or 935420. OLE color: 935420.
HSL color Cylindrical-coordinate representation of color #FC450E: hue angle of 13.87º 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 #FC450E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 14 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.01 |
| HSL | 13.87º | 0.98% | 0.52% | - |
| HSV(B) | 13.87º | 0.94% | 0.99% | - |
| XYZ | 42.35 | 24.98 | 3.01 | - |
| YUV | 117.45 | 69.63 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 14 | 0 | 0.73 | 0.94 | 0.01 | 13.87 | 0.98 | 0.52 |
| Hex | FC | 45 | E | 0 | 49 | 5E | 1 | E | 62 | 34 |
| Octal | 374 | 105 | 16 | 0 | 111 | 136 | 1 | 16 | 142 | 64 |
| Binary | 11111100 | 1000101 | 1110 | 0 | 1001001 | 1011110 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FC450E
Complementary color
Monochromatic Colors of #FC450E
Black with #FC450E
Text Example
Text Example
White with #FC450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC450E; }
p { color: rgb(252,69,14); }
H1.HeaderClassName
{
color: #FC450E;
}
.AnyTagClassName
{
color: #FC450E;
}
</style>
background-color css
<style>
a { background-color: #FC450E; }
a { background-color: rgb(252,69,14); }
div.DivClassName
{
background-color: #FC450E;
}
.BgClassName
{
background-color: #FC450E;
}
</style>
border-color css
<style>
span { border-color: #FC450E; }
span { border-color: rgb(252,69,14); }
td.TdClassName
{
border-color: #FC450E;
}
.TagClassName
{
border-color: #FC450E;
}
</style>