Shades of Orange Red #FE390B
Tints of Orange Red #FE390B
RGB
CMYK
RGB Variations
Color information
#FE390B (or 0xFE390B) is known color: Orange Red. HEX triplet: FE, 39 and 0B. RGB value is (254,57,11). Sum of RGB (Red+Green+Blue) = 254+57+11=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE390B is #01C6F4. Grayscale: #6F6F6F. Windows color (decimal): -116469 or 735742. OLE color: 735742.
HSL color Cylindrical-coordinate representation of color #FE390B: hue angle of 11.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE390B is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 11 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.00 |
| HSL | 11.36º | 0.99% | 0.52% | - |
| HSV(B) | 11.36º | 0.96% | 1% | - |
| XYZ | 42.4 | 24.02 | 2.72 | - |
| YUV | 110.66 | 71.77 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 11 | 0 | 0.78 | 0.96 | 0.00 | 11.36 | 0.99 | 0.52 |
| Hex | FE | 39 | B | 0 | 4E | 60 | 0 | B | 63 | 34 |
| Octal | 376 | 71 | 13 | 0 | 116 | 140 | 0 | 13 | 143 | 64 |
| Binary | 11111110 | 111001 | 1011 | 0 | 1001110 | 1100000 | 0 | 1011 | 1100011 | 110100 |
Color Harmonies of #FE390B
Complementary color
Monochromatic Colors of #FE390B
Black with #FE390B
Text Example
Text Example
White with #FE390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE390B; }
p { color: rgb(254,57,11); }
H1.HeaderClassName
{
color: #FE390B;
}
.AnyTagClassName
{
color: #FE390B;
}
</style>
background-color css
<style>
a { background-color: #FE390B; }
a { background-color: rgb(254,57,11); }
div.DivClassName
{
background-color: #FE390B;
}
.BgClassName
{
background-color: #FE390B;
}
</style>
border-color css
<style>
span { border-color: #FE390B; }
span { border-color: rgb(254,57,11); }
td.TdClassName
{
border-color: #FE390B;
}
.TagClassName
{
border-color: #FE390B;
}
</style>