Shades of Orange Red #FE3F13
Tints of Orange Red #FE3F13
RGB
CMYK
RGB Variations
Color information
#FE3F13 (or 0xFE3F13) is known color: Orange Red. HEX triplet: FE, 3F and 13. RGB value is (254,63,19). Sum of RGB (Red+Green+Blue) = 254+63+19=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F13 is #01C0EC. Grayscale: #737373. Windows color (decimal): -114925 or 1261566. OLE color: 1261566.
HSL color Cylindrical-coordinate representation of color #FE3F13: hue angle of 11.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE3F13 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 19 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.00 |
| HSL | 11.23º | 0.99% | 0.54% | - |
| HSV(B) | 11.23º | 0.93% | 1% | - |
| XYZ | 42.77 | 24.67 | 3.12 | - |
| YUV | 115.09 | 73.78 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 19 | 0 | 0.75 | 0.93 | 0.00 | 11.23 | 0.99 | 0.54 |
| Hex | FE | 3F | 13 | 0 | 4B | 5D | 0 | B | 63 | 36 |
| Octal | 376 | 77 | 23 | 0 | 113 | 135 | 0 | 13 | 143 | 66 |
| Binary | 11111110 | 111111 | 10011 | 0 | 1001011 | 1011101 | 0 | 1011 | 1100011 | 110110 |
Color Harmonies of #FE3F13
Complementary color
Monochromatic Colors of #FE3F13
Black with #FE3F13
Text Example
Text Example
White with #FE3F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F13; }
p { color: rgb(254,63,19); }
H1.HeaderClassName
{
color: #FE3F13;
}
.AnyTagClassName
{
color: #FE3F13;
}
</style>
background-color css
<style>
a { background-color: #FE3F13; }
a { background-color: rgb(254,63,19); }
div.DivClassName
{
background-color: #FE3F13;
}
.BgClassName
{
background-color: #FE3F13;
}
</style>
border-color css
<style>
span { border-color: #FE3F13; }
span { border-color: rgb(254,63,19); }
td.TdClassName
{
border-color: #FE3F13;
}
.TagClassName
{
border-color: #FE3F13;
}
</style>