Shades of Orange Red #FF4816
Tints of Orange Red #FF4816
RGB
CMYK
RGB Variations
Color information
#FF4816 (or 0xFF4816) is known color: Orange Red. HEX triplet: FF, 48 and 16. RGB value is (255,72,22). Sum of RGB (Red+Green+Blue) = 255+72+22=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4816 is #00B7E9. Grayscale: #797979. Windows color (decimal): -47082 or 1460479. OLE color: 1460479.
HSL color Cylindrical-coordinate representation of color #FF4816: hue angle of 12.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF4816 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 22 | - |
| CMYK | 0 | 0.72 | 0.91 | 0 |
| HSL | 12.88º | 1% | 0.54% | - |
| HSV(B) | 12.88º | 0.91% | 1% | - |
| XYZ | 43.7 | 25.95 | 3.47 | - |
| YUV | 121.02 | 72.13 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 22 | 0 | 0.72 | 0.91 | 0 | 12.88 | 1 | 0.54 |
| Hex | FF | 48 | 16 | 0 | 48 | 5B | 0 | D | 64 | 36 |
| Octal | 377 | 110 | 26 | 0 | 110 | 133 | 0 | 15 | 144 | 66 |
| Binary | 11111111 | 1001000 | 10110 | 0 | 1001000 | 1011011 | 0 | 1101 | 1100100 | 110110 |
Color Harmonies of #FF4816
Complementary color
Monochromatic Colors of #FF4816
Black with #FF4816
Text Example
Text Example
White with #FF4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4816; }
p { color: rgb(255,72,22); }
H1.HeaderClassName
{
color: #FF4816;
}
.AnyTagClassName
{
color: #FF4816;
}
</style>
background-color css
<style>
a { background-color: #FF4816; }
a { background-color: rgb(255,72,22); }
div.DivClassName
{
background-color: #FF4816;
}
.BgClassName
{
background-color: #FF4816;
}
</style>
border-color css
<style>
span { border-color: #FF4816; }
span { border-color: rgb(255,72,22); }
td.TdClassName
{
border-color: #FF4816;
}
.TagClassName
{
border-color: #FF4816;
}
</style>