Shades of Orange Red #FC4500
Tints of Orange Red #FC4500
RGB
CMYK
RGB Variations
Color information
#FC4500 (or 0xFC4500) is known color: Orange Red. HEX triplet: FC, 45 and 00. RGB value is (252,69,0). Sum of RGB (Red+Green+Blue) = 252+69+0=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4500 is #03BAFF. Grayscale: #747474. Windows color (decimal): -244480 or 17916. OLE color: 17916.
HSL color Cylindrical-coordinate representation of color #FC4500: hue angle of 16.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC4500 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.01 |
| HSL | 16.43º | 1% | 0.49% | - |
| HSV(B) | 16.43º | 1% | 0.99% | - |
| XYZ | 42.27 | 24.95 | 2.59 | - |
| YUV | 115.85 | 62.63 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 0 | 0 | 0.73 | 1 | 0.01 | 16.43 | 1 | 0.49 |
| Hex | FC | 45 | 0 | 0 | 49 | 64 | 1 | 10 | 64 | 31 |
| Octal | 374 | 105 | 0 | 0 | 111 | 144 | 1 | 20 | 144 | 61 |
| Binary | 11111100 | 1000101 | 0 | 0 | 1001001 | 1100100 | 1 | 10000 | 1100100 | 110001 |
Color Harmonies of #FC4500
Complementary color
Monochromatic Colors of #FC4500
Black with #FC4500
Text Example
Text Example
White with #FC4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4500; }
p { color: rgb(252,69,0); }
H1.HeaderClassName
{
color: #FC4500;
}
.AnyTagClassName
{
color: #FC4500;
}
</style>
background-color css
<style>
a { background-color: #FC4500; }
a { background-color: rgb(252,69,0); }
div.DivClassName
{
background-color: #FC4500;
}
.BgClassName
{
background-color: #FC4500;
}
</style>
border-color css
<style>
span { border-color: #FC4500; }
span { border-color: rgb(252,69,0); }
td.TdClassName
{
border-color: #FC4500;
}
.TagClassName
{
border-color: #FC4500;
}
</style>