Shades of Orange Red #FE3A00
Tints of Orange Red #FE3A00
RGB
CMYK
RGB Variations
Color information
#FE3A00 (or 0xFE3A00) is known color: Orange Red. HEX triplet: FE, 3A and 00. RGB value is (254,58,0). Sum of RGB (Red+Green+Blue) = 254+58+0=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3A00 is #01C5FF. Grayscale: #6E6E6E. Windows color (decimal): -116224 or 15102. OLE color: 15102.
HSL color Cylindrical-coordinate representation of color #FE3A00: hue angle of 13.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE3A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.00 |
| HSL | 13.7º | 1% | 0.5% | - |
| HSV(B) | 13.7º | 1% | 1% | - |
| XYZ | 42.39 | 24.1 | 2.42 | - |
| YUV | 109.99 | 65.93 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 0 | 0 | 0.77 | 1 | 0.00 | 13.7 | 1 | 0.5 |
| Hex | FE | 3A | 0 | 0 | 4D | 64 | 0 | E | 64 | 32 |
| Octal | 376 | 72 | 0 | 0 | 115 | 144 | 0 | 16 | 144 | 62 |
| Binary | 11111110 | 111010 | 0 | 0 | 1001101 | 1100100 | 0 | 1110 | 1100100 | 110010 |
Color Harmonies of #FE3A00
Complementary color
Monochromatic Colors of #FE3A00
Black with #FE3A00
Text Example
Text Example
White with #FE3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A00; }
p { color: rgb(254,58,0); }
H1.HeaderClassName
{
color: #FE3A00;
}
.AnyTagClassName
{
color: #FE3A00;
}
</style>
background-color css
<style>
a { background-color: #FE3A00; }
a { background-color: rgb(254,58,0); }
div.DivClassName
{
background-color: #FE3A00;
}
.BgClassName
{
background-color: #FE3A00;
}
</style>
border-color css
<style>
span { border-color: #FE3A00; }
span { border-color: rgb(254,58,0); }
td.TdClassName
{
border-color: #FE3A00;
}
.TagClassName
{
border-color: #FE3A00;
}
</style>