Shades of Orange Red #FE3B16
Tints of Orange Red #FE3B16
RGB
CMYK
RGB Variations
Color information
#FE3B16 (or 0xFE3B16) is known color: Orange Red. HEX triplet: FE, 3B and 16. RGB value is (254,59,22). Sum of RGB (Red+Green+Blue) = 254+59+22=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3B16 is #01C4E9. Grayscale: #717171. Windows color (decimal): -115946 or 1457150. OLE color: 1457150.
HSL color Cylindrical-coordinate representation of color #FE3B16: hue angle of 9.57º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE3B16 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 22 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.00 |
| HSL | 9.57º | 0.99% | 0.54% | - |
| HSV(B) | 9.57º | 0.91% | 1% | - |
| XYZ | 42.58 | 24.26 | 3.2 | - |
| YUV | 113.09 | 76.6 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 22 | 0 | 0.77 | 0.91 | 0.00 | 9.57 | 0.99 | 0.54 |
| Hex | FE | 3B | 16 | 0 | 4D | 5B | 0 | A | 63 | 36 |
| Octal | 376 | 73 | 26 | 0 | 115 | 133 | 0 | 12 | 143 | 66 |
| Binary | 11111110 | 111011 | 10110 | 0 | 1001101 | 1011011 | 0 | 1010 | 1100011 | 110110 |
Color Harmonies of #FE3B16
Complementary color
Monochromatic Colors of #FE3B16
Black with #FE3B16
Text Example
Text Example
White with #FE3B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3B16; }
p { color: rgb(254,59,22); }
H1.HeaderClassName
{
color: #FE3B16;
}
.AnyTagClassName
{
color: #FE3B16;
}
</style>
background-color css
<style>
a { background-color: #FE3B16; }
a { background-color: rgb(254,59,22); }
div.DivClassName
{
background-color: #FE3B16;
}
.BgClassName
{
background-color: #FE3B16;
}
</style>
border-color css
<style>
span { border-color: #FE3B16; }
span { border-color: rgb(254,59,22); }
td.TdClassName
{
border-color: #FE3B16;
}
.TagClassName
{
border-color: #FE3B16;
}
</style>