Shades of Orange Red #FF4006
Tints of Orange Red #FF4006
RGB
CMYK
RGB Variations
Color information
#FF4006 (or 0xFF4006) is known color: Orange Red. HEX triplet: FF, 40 and 06. RGB value is (255,64,6). Sum of RGB (Red+Green+Blue) = 255+64+6=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4006 is #00BFF9. Grayscale: #727272. Windows color (decimal): -49146 or 409855. OLE color: 409855.
HSL color Cylindrical-coordinate representation of color #FF4006: hue angle of 13.98º 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 #FF4006 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 6 | - |
| CMYK | 0 | 0.75 | 0.98 | 0 |
| HSL | 13.98º | 1% | 0.51% | - |
| HSV(B) | 13.98º | 0.98% | 1% | - |
| XYZ | 43.11 | 24.94 | 2.71 | - |
| YUV | 114.5 | 66.78 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 6 | 0 | 0.75 | 0.98 | 0 | 13.98 | 1 | 0.51 |
| Hex | FF | 40 | 6 | 0 | 4B | 62 | 0 | E | 64 | 33 |
| Octal | 377 | 100 | 6 | 0 | 113 | 142 | 0 | 16 | 144 | 63 |
| Binary | 11111111 | 1000000 | 110 | 0 | 1001011 | 1100010 | 0 | 1110 | 1100100 | 110011 |
Color Harmonies of #FF4006
Complementary color
Monochromatic Colors of #FF4006
Black with #FF4006
Text Example
Text Example
White with #FF4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4006; }
p { color: rgb(255,64,6); }
H1.HeaderClassName
{
color: #FF4006;
}
.AnyTagClassName
{
color: #FF4006;
}
</style>
background-color css
<style>
a { background-color: #FF4006; }
a { background-color: rgb(255,64,6); }
div.DivClassName
{
background-color: #FF4006;
}
.BgClassName
{
background-color: #FF4006;
}
</style>
border-color css
<style>
span { border-color: #FF4006; }
span { border-color: rgb(255,64,6); }
td.TdClassName
{
border-color: #FF4006;
}
.TagClassName
{
border-color: #FF4006;
}
</style>