Shades of Orange Red #FD4607
Tints of Orange Red #FD4607
RGB
CMYK
RGB Variations
Color information
#FD4607 (or 0xFD4607) is known color: Orange Red. HEX triplet: FD, 46 and 07. RGB value is (253,70,7). Sum of RGB (Red+Green+Blue) = 253+70+7=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4607 is #02B9F8. Grayscale: #757575. Windows color (decimal): -178681 or 476925. OLE color: 476925.
HSL color Cylindrical-coordinate representation of color #FD4607: hue angle of 15.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD4607 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.01 |
| HSL | 15.37º | 0.98% | 0.51% | - |
| HSV(B) | 15.37º | 0.97% | 0.99% | - |
| XYZ | 42.74 | 25.28 | 2.83 | - |
| YUV | 117.54 | 65.63 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 7 | 0 | 0.72 | 0.97 | 0.01 | 15.37 | 0.98 | 0.51 |
| Hex | FD | 46 | 7 | 0 | 48 | 61 | 1 | F | 62 | 33 |
| Octal | 375 | 106 | 7 | 0 | 110 | 141 | 1 | 17 | 142 | 63 |
| Binary | 11111101 | 1000110 | 111 | 0 | 1001000 | 1100001 | 1 | 1111 | 1100010 | 110011 |
Color Harmonies of #FD4607
Complementary color
Monochromatic Colors of #FD4607
Black with #FD4607
Text Example
Text Example
White with #FD4607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4607; }
p { color: rgb(253,70,7); }
H1.HeaderClassName
{
color: #FD4607;
}
.AnyTagClassName
{
color: #FD4607;
}
</style>
background-color css
<style>
a { background-color: #FD4607; }
a { background-color: rgb(253,70,7); }
div.DivClassName
{
background-color: #FD4607;
}
.BgClassName
{
background-color: #FD4607;
}
</style>
border-color css
<style>
span { border-color: #FD4607; }
span { border-color: rgb(253,70,7); }
td.TdClassName
{
border-color: #FD4607;
}
.TagClassName
{
border-color: #FD4607;
}
</style>