Shades of Orange Red #FF4016
Tints of Orange Red #FF4016
RGB
CMYK
RGB Variations
Color information
#FF4016 (or 0xFF4016) is known color: Orange Red. HEX triplet: FF, 40 and 16. RGB value is (255,64,22). Sum of RGB (Red+Green+Blue) = 255+64+22=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4016 is #00BFE9. Grayscale: #747474. Windows color (decimal): -49130 or 1458431. OLE color: 1458431.
HSL color Cylindrical-coordinate representation of color #FF4016: hue angle of 10.82º 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 #FF4016 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0 |
| HSL | 10.82º | 1% | 0.54% | - |
| HSV(B) | 10.82º | 0.91% | 1% | - |
| XYZ | 43.22 | 24.98 | 3.3 | - |
| YUV | 116.32 | 74.78 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 22 | 0 | 0.75 | 0.91 | 0 | 10.82 | 1 | 0.54 |
| Hex | FF | 40 | 16 | 0 | 4B | 5B | 0 | B | 64 | 36 |
| Octal | 377 | 100 | 26 | 0 | 113 | 133 | 0 | 13 | 144 | 66 |
| Binary | 11111111 | 1000000 | 10110 | 0 | 1001011 | 1011011 | 0 | 1011 | 1100100 | 110110 |
Color Harmonies of #FF4016
Complementary color
Monochromatic Colors of #FF4016
Black with #FF4016
Text Example
Text Example
White with #FF4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4016; }
p { color: rgb(255,64,22); }
H1.HeaderClassName
{
color: #FF4016;
}
.AnyTagClassName
{
color: #FF4016;
}
</style>
background-color css
<style>
a { background-color: #FF4016; }
a { background-color: rgb(255,64,22); }
div.DivClassName
{
background-color: #FF4016;
}
.BgClassName
{
background-color: #FF4016;
}
</style>
border-color css
<style>
span { border-color: #FF4016; }
span { border-color: rgb(255,64,22); }
td.TdClassName
{
border-color: #FF4016;
}
.TagClassName
{
border-color: #FF4016;
}
</style>