Shades of Orange Red #FE3F16
Tints of Orange Red #FE3F16
RGB
CMYK
RGB Variations
Color information
#FE3F16 (or 0xFE3F16) is known color: Orange Red. HEX triplet: FE, 3F and 16. RGB value is (254,63,22). Sum of RGB (Red+Green+Blue) = 254+63+22=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F16 is #01C0E9. Grayscale: #737373. Windows color (decimal): -114922 or 1458174. OLE color: 1458174.
HSL color Cylindrical-coordinate representation of color #FE3F16: hue angle of 10.6º 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 #FE3F16 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.00 |
| HSL | 10.6º | 0.99% | 0.54% | - |
| HSV(B) | 10.6º | 0.91% | 1% | - |
| XYZ | 42.8 | 24.68 | 3.27 | - |
| YUV | 115.44 | 75.28 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 22 | 0 | 0.75 | 0.91 | 0.00 | 10.6 | 0.99 | 0.54 |
| Hex | FE | 3F | 16 | 0 | 4B | 5B | 0 | B | 63 | 36 |
| Octal | 376 | 77 | 26 | 0 | 113 | 133 | 0 | 13 | 143 | 66 |
| Binary | 11111110 | 111111 | 10110 | 0 | 1001011 | 1011011 | 0 | 1011 | 1100011 | 110110 |
Color Harmonies of #FE3F16
Complementary color
Monochromatic Colors of #FE3F16
Black with #FE3F16
Text Example
Text Example
White with #FE3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F16; }
p { color: rgb(254,63,22); }
H1.HeaderClassName
{
color: #FE3F16;
}
.AnyTagClassName
{
color: #FE3F16;
}
</style>
background-color css
<style>
a { background-color: #FE3F16; }
a { background-color: rgb(254,63,22); }
div.DivClassName
{
background-color: #FE3F16;
}
.BgClassName
{
background-color: #FE3F16;
}
</style>
border-color css
<style>
span { border-color: #FE3F16; }
span { border-color: rgb(254,63,22); }
td.TdClassName
{
border-color: #FE3F16;
}
.TagClassName
{
border-color: #FE3F16;
}
</style>