Shades of Orange Red #FE3B00
Tints of Orange Red #FE3B00
RGB
CMYK
RGB Variations
Color information
#FE3B00 (or 0xFE3B00) is known color: Orange Red. HEX triplet: FE, 3B and 00. RGB value is (254,59,0). Sum of RGB (Red+Green+Blue) = 254+59+0=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3B00 is #01C4FF. Grayscale: #6F6F6F. Windows color (decimal): -115968 or 15358. OLE color: 15358.
HSL color Cylindrical-coordinate representation of color #FE3B00: hue angle of 13.94º 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 #FE3B00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.00 |
| HSL | 13.94º | 1% | 0.5% | - |
| HSV(B) | 13.94º | 1% | 1% | - |
| XYZ | 42.44 | 24.2 | 2.43 | - |
| YUV | 110.58 | 65.6 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 0 | 0 | 0.77 | 1 | 0.00 | 13.94 | 1 | 0.5 |
| Hex | FE | 3B | 0 | 0 | 4D | 64 | 0 | E | 64 | 32 |
| Octal | 376 | 73 | 0 | 0 | 115 | 144 | 0 | 16 | 144 | 62 |
| Binary | 11111110 | 111011 | 0 | 0 | 1001101 | 1100100 | 0 | 1110 | 1100100 | 110010 |
Color Harmonies of #FE3B00
Complementary color
Monochromatic Colors of #FE3B00
Black with #FE3B00
Text Example
Text Example
White with #FE3B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3B00; }
p { color: rgb(254,59,0); }
H1.HeaderClassName
{
color: #FE3B00;
}
.AnyTagClassName
{
color: #FE3B00;
}
</style>
background-color css
<style>
a { background-color: #FE3B00; }
a { background-color: rgb(254,59,0); }
div.DivClassName
{
background-color: #FE3B00;
}
.BgClassName
{
background-color: #FE3B00;
}
</style>
border-color css
<style>
span { border-color: #FE3B00; }
span { border-color: rgb(254,59,0); }
td.TdClassName
{
border-color: #FE3B00;
}
.TagClassName
{
border-color: #FE3B00;
}
</style>