Shades of Orange Red #FC4004
Tints of Orange Red #FC4004
RGB
CMYK
RGB Variations
Color information
#FC4004 (or 0xFC4004) is known color: Orange Red. HEX triplet: FC, 40 and 04. RGB value is (252,64,4). Sum of RGB (Red+Green+Blue) = 252+64+4=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4004 is #03BFFB. Grayscale: #717171. Windows color (decimal): -245756 or 278780. OLE color: 278780.
HSL color Cylindrical-coordinate representation of color #FC4004: hue angle of 14.52º 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 #FC4004 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.01 |
| HSL | 14.52º | 0.98% | 0.5% | - |
| HSV(B) | 14.52º | 0.98% | 0.99% | - |
| XYZ | 42 | 24.37 | 2.61 | - |
| YUV | 113.37 | 66.28 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 4 | 0 | 0.75 | 0.98 | 0.01 | 14.52 | 0.98 | 0.5 |
| Hex | FC | 40 | 4 | 0 | 4B | 62 | 1 | F | 62 | 32 |
| Octal | 374 | 100 | 4 | 0 | 113 | 142 | 1 | 17 | 142 | 62 |
| Binary | 11111100 | 1000000 | 100 | 0 | 1001011 | 1100010 | 1 | 1111 | 1100010 | 110010 |
Color Harmonies of #FC4004
Complementary color
Monochromatic Colors of #FC4004
Black with #FC4004
Text Example
Text Example
White with #FC4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4004; }
p { color: rgb(252,64,4); }
H1.HeaderClassName
{
color: #FC4004;
}
.AnyTagClassName
{
color: #FC4004;
}
</style>
background-color css
<style>
a { background-color: #FC4004; }
a { background-color: rgb(252,64,4); }
div.DivClassName
{
background-color: #FC4004;
}
.BgClassName
{
background-color: #FC4004;
}
</style>
border-color css
<style>
span { border-color: #FC4004; }
span { border-color: rgb(252,64,4); }
td.TdClassName
{
border-color: #FC4004;
}
.TagClassName
{
border-color: #FC4004;
}
</style>