Shades of Orange Red #FF4004
Tints of Orange Red #FF4004
RGB
CMYK
RGB Variations
Color information
#FF4004 (or 0xFF4004) is known color: Orange Red. HEX triplet: FF, 40 and 04. RGB value is (255,64,4). Sum of RGB (Red+Green+Blue) = 255+64+4=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4004 is #00BFFB. Grayscale: #727272. Windows color (decimal): -49148 or 278783. OLE color: 278783.
HSL color Cylindrical-coordinate representation of color #FF4004: hue angle of 14.34º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF4004 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0 |
| HSL | 14.34º | 1% | 0.51% | - |
| HSV(B) | 14.34º | 0.98% | 1% | - |
| XYZ | 43.1 | 24.94 | 2.66 | - |
| YUV | 114.27 | 65.78 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 4 | 0 | 0.75 | 0.98 | 0 | 14.34 | 1 | 0.51 |
| Hex | FF | 40 | 4 | 0 | 4B | 62 | 0 | E | 64 | 33 |
| Octal | 377 | 100 | 4 | 0 | 113 | 142 | 0 | 16 | 144 | 63 |
| Binary | 11111111 | 1000000 | 100 | 0 | 1001011 | 1100010 | 0 | 1110 | 1100100 | 110011 |
Color Harmonies of #FF4004
Complementary color
Monochromatic Colors of #FF4004
Black with #FF4004
Text Example
Text Example
White with #FF4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4004; }
p { color: rgb(255,64,4); }
H1.HeaderClassName
{
color: #FF4004;
}
.AnyTagClassName
{
color: #FF4004;
}
</style>
background-color css
<style>
a { background-color: #FF4004; }
a { background-color: rgb(255,64,4); }
div.DivClassName
{
background-color: #FF4004;
}
.BgClassName
{
background-color: #FF4004;
}
</style>
border-color css
<style>
span { border-color: #FF4004; }
span { border-color: rgb(255,64,4); }
td.TdClassName
{
border-color: #FF4004;
}
.TagClassName
{
border-color: #FF4004;
}
</style>