Shades of Orange Red #FE3A03
Tints of Orange Red #FE3A03
RGB
CMYK
RGB Variations
Color information
#FE3A03 (or 0xFE3A03) is known color: Orange Red. HEX triplet: FE, 3A and 03. RGB value is (254,58,3). Sum of RGB (Red+Green+Blue) = 254+58+3=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3A03 is #01C5FC. Grayscale: #6E6E6E. Windows color (decimal): -116221 or 211710. OLE color: 211710.
HSL color Cylindrical-coordinate representation of color #FE3A03: hue angle of 13.15º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE3A03 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 3 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.00 |
| HSL | 13.15º | 0.99% | 0.5% | - |
| HSV(B) | 13.15º | 0.99% | 1% | - |
| XYZ | 42.4 | 24.1 | 2.5 | - |
| YUV | 110.33 | 67.43 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 3 | 0 | 0.77 | 0.99 | 0.00 | 13.15 | 0.99 | 0.5 |
| Hex | FE | 3A | 3 | 0 | 4D | 63 | 0 | D | 63 | 32 |
| Octal | 376 | 72 | 3 | 0 | 115 | 143 | 0 | 15 | 143 | 62 |
| Binary | 11111110 | 111010 | 11 | 0 | 1001101 | 1100011 | 0 | 1101 | 1100011 | 110010 |
Color Harmonies of #FE3A03
Complementary color
Monochromatic Colors of #FE3A03
Black with #FE3A03
Text Example
Text Example
White with #FE3A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A03; }
p { color: rgb(254,58,3); }
H1.HeaderClassName
{
color: #FE3A03;
}
.AnyTagClassName
{
color: #FE3A03;
}
</style>
background-color css
<style>
a { background-color: #FE3A03; }
a { background-color: rgb(254,58,3); }
div.DivClassName
{
background-color: #FE3A03;
}
.BgClassName
{
background-color: #FE3A03;
}
</style>
border-color css
<style>
span { border-color: #FE3A03; }
span { border-color: rgb(254,58,3); }
td.TdClassName
{
border-color: #FE3A03;
}
.TagClassName
{
border-color: #FE3A03;
}
</style>