Shades of Orange Red #FD4407
Tints of Orange Red #FD4407
RGB
CMYK
RGB Variations
Color information
#FD4407 (or 0xFD4407) is known color: Orange Red. HEX triplet: FD, 44 and 07. RGB value is (253,68,7). Sum of RGB (Red+Green+Blue) = 253+68+7=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4407 is #02BBF8. Grayscale: #747474. Windows color (decimal): -179193 or 476413. OLE color: 476413.
HSL color Cylindrical-coordinate representation of color #FD4407: hue angle of 14.88º 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 #FD4407 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.01 |
| HSL | 14.88º | 0.98% | 0.51% | - |
| HSV(B) | 14.88º | 0.97% | 0.99% | - |
| XYZ | 42.61 | 25.03 | 2.79 | - |
| YUV | 116.36 | 66.29 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 7 | 0 | 0.73 | 0.97 | 0.01 | 14.88 | 0.98 | 0.51 |
| Hex | FD | 44 | 7 | 0 | 49 | 61 | 1 | F | 62 | 33 |
| Octal | 375 | 104 | 7 | 0 | 111 | 141 | 1 | 17 | 142 | 63 |
| Binary | 11111101 | 1000100 | 111 | 0 | 1001001 | 1100001 | 1 | 1111 | 1100010 | 110011 |
Color Harmonies of #FD4407
Complementary color
Monochromatic Colors of #FD4407
Black with #FD4407
Text Example
Text Example
White with #FD4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4407; }
p { color: rgb(253,68,7); }
H1.HeaderClassName
{
color: #FD4407;
}
.AnyTagClassName
{
color: #FD4407;
}
</style>
background-color css
<style>
a { background-color: #FD4407; }
a { background-color: rgb(253,68,7); }
div.DivClassName
{
background-color: #FD4407;
}
.BgClassName
{
background-color: #FD4407;
}
</style>
border-color css
<style>
span { border-color: #FD4407; }
span { border-color: rgb(253,68,7); }
td.TdClassName
{
border-color: #FD4407;
}
.TagClassName
{
border-color: #FD4407;
}
</style>