Shades of Orange Red #FC4504
Tints of Orange Red #FC4504
RGB
CMYK
RGB Variations
Color information
#FC4504 (or 0xFC4504) is known color: Orange Red. HEX triplet: FC, 45 and 04. RGB value is (252,69,4). Sum of RGB (Red+Green+Blue) = 252+69+4=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4504 is #03BAFB. Grayscale: #747474. Windows color (decimal): -244476 or 280060. OLE color: 280060.
HSL color Cylindrical-coordinate representation of color #FC4504: hue angle of 15.73º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC4504 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.01 |
| HSL | 15.73º | 0.98% | 0.5% | - |
| HSV(B) | 15.73º | 0.98% | 0.99% | - |
| XYZ | 42.29 | 24.96 | 2.7 | - |
| YUV | 116.31 | 64.63 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 4 | 0 | 0.73 | 0.98 | 0.01 | 15.73 | 0.98 | 0.5 |
| Hex | FC | 45 | 4 | 0 | 49 | 62 | 1 | 10 | 62 | 32 |
| Octal | 374 | 105 | 4 | 0 | 111 | 142 | 1 | 20 | 142 | 62 |
| Binary | 11111100 | 1000101 | 100 | 0 | 1001001 | 1100010 | 1 | 10000 | 1100010 | 110010 |
Color Harmonies of #FC4504
Complementary color
Monochromatic Colors of #FC4504
Black with #FC4504
Text Example
Text Example
White with #FC4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4504; }
p { color: rgb(252,69,4); }
H1.HeaderClassName
{
color: #FC4504;
}
.AnyTagClassName
{
color: #FC4504;
}
</style>
background-color css
<style>
a { background-color: #FC4504; }
a { background-color: rgb(252,69,4); }
div.DivClassName
{
background-color: #FC4504;
}
.BgClassName
{
background-color: #FC4504;
}
</style>
border-color css
<style>
span { border-color: #FC4504; }
span { border-color: rgb(252,69,4); }
td.TdClassName
{
border-color: #FC4504;
}
.TagClassName
{
border-color: #FC4504;
}
</style>