Shades of Orange Red #FE4513
Tints of Orange Red #FE4513
RGB
CMYK
RGB Variations
Color information
#FE4513 (or 0xFE4513) is known color: Orange Red. HEX triplet: FE, 45 and 13. RGB value is (254,69,19). Sum of RGB (Red+Green+Blue) = 254+69+19=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4513 is #01BAEC. Grayscale: #777777. Windows color (decimal): -113389 or 1263102. OLE color: 1263102.
HSL color Cylindrical-coordinate representation of color #FE4513: hue angle of 12.77º 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 #FE4513 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 19 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.00 |
| HSL | 12.77º | 0.99% | 0.54% | - |
| HSV(B) | 12.77º | 0.93% | 1% | - |
| XYZ | 43.12 | 25.37 | 3.24 | - |
| YUV | 118.62 | 71.79 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 19 | 0 | 0.73 | 0.93 | 0.00 | 12.77 | 0.99 | 0.54 |
| Hex | FE | 45 | 13 | 0 | 49 | 5D | 0 | D | 63 | 36 |
| Octal | 376 | 105 | 23 | 0 | 111 | 135 | 0 | 15 | 143 | 66 |
| Binary | 11111110 | 1000101 | 10011 | 0 | 1001001 | 1011101 | 0 | 1101 | 1100011 | 110110 |
Color Harmonies of #FE4513
Complementary color
Monochromatic Colors of #FE4513
Black with #FE4513
Text Example
Text Example
White with #FE4513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4513; }
p { color: rgb(254,69,19); }
H1.HeaderClassName
{
color: #FE4513;
}
.AnyTagClassName
{
color: #FE4513;
}
</style>
background-color css
<style>
a { background-color: #FE4513; }
a { background-color: rgb(254,69,19); }
div.DivClassName
{
background-color: #FE4513;
}
.BgClassName
{
background-color: #FE4513;
}
</style>
border-color css
<style>
span { border-color: #FE4513; }
span { border-color: rgb(254,69,19); }
td.TdClassName
{
border-color: #FE4513;
}
.TagClassName
{
border-color: #FE4513;
}
</style>