Shades of Orange Red #FB4A16
Tints of Orange Red #FB4A16
RGB
CMYK
RGB Variations
Color information
#FB4A16 (or 0xFB4A16) is known color: Orange Red. HEX triplet: FB, 4A and 16. RGB value is (251,74,22). Sum of RGB (Red+Green+Blue) = 251+74+22=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A16 is #04B5E9. Grayscale: #797979. Windows color (decimal): -308714 or 1460987. OLE color: 1460987.
HSL color Cylindrical-coordinate representation of color #FB4A16: hue angle of 13.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB4A16 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 22 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.02 |
| HSL | 13.62º | 0.97% | 0.54% | - |
| HSV(B) | 13.62º | 0.91% | 0.98% | - |
| XYZ | 42.38 | 25.46 | 3.44 | - |
| YUV | 121 | 72.14 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 22 | 0 | 0.71 | 0.91 | 0.02 | 13.62 | 0.97 | 0.54 |
| Hex | FB | 4A | 16 | 0 | 47 | 5B | 2 | E | 61 | 36 |
| Octal | 373 | 112 | 26 | 0 | 107 | 133 | 2 | 16 | 141 | 66 |
| Binary | 11111011 | 1001010 | 10110 | 0 | 1000111 | 1011011 | 10 | 1110 | 1100001 | 110110 |
Color Harmonies of #FB4A16
Complementary color
Monochromatic Colors of #FB4A16
Black with #FB4A16
Text Example
Text Example
White with #FB4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A16; }
p { color: rgb(251,74,22); }
H1.HeaderClassName
{
color: #FB4A16;
}
.AnyTagClassName
{
color: #FB4A16;
}
</style>
background-color css
<style>
a { background-color: #FB4A16; }
a { background-color: rgb(251,74,22); }
div.DivClassName
{
background-color: #FB4A16;
}
.BgClassName
{
background-color: #FB4A16;
}
</style>
border-color css
<style>
span { border-color: #FB4A16; }
span { border-color: rgb(251,74,22); }
td.TdClassName
{
border-color: #FB4A16;
}
.TagClassName
{
border-color: #FB4A16;
}
</style>