Shades of Orange Red #FE3713
Tints of Orange Red #FE3713
RGB
CMYK
RGB Variations
Color information
#FE3713 (or 0xFE3713) is known color: Orange Red. HEX triplet: FE, 37 and 13. RGB value is (254,55,19). Sum of RGB (Red+Green+Blue) = 254+55+19=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3713 is #01C8EC. Grayscale: #6E6E6E. Windows color (decimal): -116973 or 1259518. OLE color: 1259518.
HSL color Cylindrical-coordinate representation of color #FE3713: hue angle of 9.19º 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 #FE3713 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 19 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.00 |
| HSL | 9.19º | 0.99% | 0.54% | - |
| HSV(B) | 9.19º | 0.93% | 1% | - |
| XYZ | 42.36 | 23.85 | 2.99 | - |
| YUV | 110.4 | 76.43 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 19 | 0 | 0.78 | 0.93 | 0.00 | 9.19 | 0.99 | 0.54 |
| Hex | FE | 37 | 13 | 0 | 4E | 5D | 0 | 9 | 63 | 36 |
| Octal | 376 | 67 | 23 | 0 | 116 | 135 | 0 | 11 | 143 | 66 |
| Binary | 11111110 | 110111 | 10011 | 0 | 1001110 | 1011101 | 0 | 1001 | 1100011 | 110110 |
Color Harmonies of #FE3713
Complementary color
Monochromatic Colors of #FE3713
Black with #FE3713
Text Example
Text Example
White with #FE3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3713; }
p { color: rgb(254,55,19); }
H1.HeaderClassName
{
color: #FE3713;
}
.AnyTagClassName
{
color: #FE3713;
}
</style>
background-color css
<style>
a { background-color: #FE3713; }
a { background-color: rgb(254,55,19); }
div.DivClassName
{
background-color: #FE3713;
}
.BgClassName
{
background-color: #FE3713;
}
</style>
border-color css
<style>
span { border-color: #FE3713; }
span { border-color: rgb(254,55,19); }
td.TdClassName
{
border-color: #FE3713;
}
.TagClassName
{
border-color: #FE3713;
}
</style>