Shades of Orange Red #FD4006
Tints of Orange Red #FD4006
RGB
CMYK
RGB Variations
Color information
#FD4006 (or 0xFD4006) is known color: Orange Red. HEX triplet: FD, 40 and 06. RGB value is (253,64,6). Sum of RGB (Red+Green+Blue) = 253+64+6=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4006 is #02BFF9. Grayscale: #727272. Windows color (decimal): -180218 or 409853. OLE color: 409853.
HSL color Cylindrical-coordinate representation of color #FD4006: hue angle of 14.09º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD4006 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 6 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.01 |
| HSL | 14.09º | 0.98% | 0.51% | - |
| HSV(B) | 14.09º | 0.98% | 0.99% | - |
| XYZ | 42.37 | 24.56 | 2.68 | - |
| YUV | 113.9 | 67.12 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 6 | 0 | 0.75 | 0.98 | 0.01 | 14.09 | 0.98 | 0.51 |
| Hex | FD | 40 | 6 | 0 | 4B | 62 | 1 | E | 62 | 33 |
| Octal | 375 | 100 | 6 | 0 | 113 | 142 | 1 | 16 | 142 | 63 |
| Binary | 11111101 | 1000000 | 110 | 0 | 1001011 | 1100010 | 1 | 1110 | 1100010 | 110011 |
Color Harmonies of #FD4006
Complementary color
Monochromatic Colors of #FD4006
Black with #FD4006
Text Example
Text Example
White with #FD4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4006; }
p { color: rgb(253,64,6); }
H1.HeaderClassName
{
color: #FD4006;
}
.AnyTagClassName
{
color: #FD4006;
}
</style>
background-color css
<style>
a { background-color: #FD4006; }
a { background-color: rgb(253,64,6); }
div.DivClassName
{
background-color: #FD4006;
}
.BgClassName
{
background-color: #FD4006;
}
</style>
border-color css
<style>
span { border-color: #FD4006; }
span { border-color: rgb(253,64,6); }
td.TdClassName
{
border-color: #FD4006;
}
.TagClassName
{
border-color: #FD4006;
}
</style>