Shades of Orange Red #FE360B
Tints of Orange Red #FE360B
RGB
CMYK
RGB Variations
Color information
#FE360B (or 0xFE360B) is known color: Orange Red. HEX triplet: FE, 36 and 0B. RGB value is (254,54,11). Sum of RGB (Red+Green+Blue) = 254+54+11=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE360B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE360B is #01C9F4. Grayscale: #6D6D6D. Windows color (decimal): -117237 or 734974. OLE color: 734974.
HSL color Cylindrical-coordinate representation of color #FE360B: hue angle of 10.62º 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 #FE360B is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 11 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.00 |
| HSL | 10.62º | 0.99% | 0.52% | - |
| HSV(B) | 10.62º | 0.96% | 1% | - |
| XYZ | 42.25 | 23.73 | 2.67 | - |
| YUV | 108.9 | 72.76 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 11 | 0 | 0.79 | 0.96 | 0.00 | 10.62 | 0.99 | 0.52 |
| Hex | FE | 36 | B | 0 | 4F | 60 | 0 | B | 63 | 34 |
| Octal | 376 | 66 | 13 | 0 | 117 | 140 | 0 | 13 | 143 | 64 |
| Binary | 11111110 | 110110 | 1011 | 0 | 1001111 | 1100000 | 0 | 1011 | 1100011 | 110100 |
Color Harmonies of #FE360B
Complementary color
Monochromatic Colors of #FE360B
Black with #FE360B
Text Example
Text Example
White with #FE360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE360B; }
p { color: rgb(254,54,11); }
H1.HeaderClassName
{
color: #FE360B;
}
.AnyTagClassName
{
color: #FE360B;
}
</style>
background-color css
<style>
a { background-color: #FE360B; }
a { background-color: rgb(254,54,11); }
div.DivClassName
{
background-color: #FE360B;
}
.BgClassName
{
background-color: #FE360B;
}
</style>
border-color css
<style>
span { border-color: #FE360B; }
span { border-color: rgb(254,54,11); }
td.TdClassName
{
border-color: #FE360B;
}
.TagClassName
{
border-color: #FE360B;
}
</style>