Shades of Orange Red #FD4616
Tints of Orange Red #FD4616
RGB
CMYK
RGB Variations
Color information
#FD4616 (or 0xFD4616) is known color: Orange Red. HEX triplet: FD, 46 and 16. RGB value is (253,70,22). Sum of RGB (Red+Green+Blue) = 253+70+22=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4616 is #02B9E9. Grayscale: #777777. Windows color (decimal): -178666 or 1459965. OLE color: 1459965.
HSL color Cylindrical-coordinate representation of color #FD4616: hue angle of 12.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD4616 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 22 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.01 |
| HSL | 12.47º | 0.98% | 0.54% | - |
| HSV(B) | 12.47º | 0.91% | 0.99% | - |
| XYZ | 42.84 | 25.32 | 3.39 | - |
| YUV | 119.25 | 73.13 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 22 | 0 | 0.72 | 0.91 | 0.01 | 12.47 | 0.98 | 0.54 |
| Hex | FD | 46 | 16 | 0 | 48 | 5B | 1 | C | 62 | 36 |
| Octal | 375 | 106 | 26 | 0 | 110 | 133 | 1 | 14 | 142 | 66 |
| Binary | 11111101 | 1000110 | 10110 | 0 | 1001000 | 1011011 | 1 | 1100 | 1100010 | 110110 |
Color Harmonies of #FD4616
Complementary color
Monochromatic Colors of #FD4616
Black with #FD4616
Text Example
Text Example
White with #FD4616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4616; }
p { color: rgb(253,70,22); }
H1.HeaderClassName
{
color: #FD4616;
}
.AnyTagClassName
{
color: #FD4616;
}
</style>
background-color css
<style>
a { background-color: #FD4616; }
a { background-color: rgb(253,70,22); }
div.DivClassName
{
background-color: #FD4616;
}
.BgClassName
{
background-color: #FD4616;
}
</style>
border-color css
<style>
span { border-color: #FD4616; }
span { border-color: rgb(253,70,22); }
td.TdClassName
{
border-color: #FD4616;
}
.TagClassName
{
border-color: #FD4616;
}
</style>