Shades of Outrageous Orange #FE5B36
Tints of Outrageous Orange #FE5B36
RGB
CMYK
RGB Variations
Color information
#FE5B36 (or 0xFE5B36) is known color: Outrageous Orange. HEX triplet: FE, 5B and 36. RGB value is (254,91,54). Sum of RGB (Red+Green+Blue) = 254+91+54=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5B36 is #01A4C9. Grayscale: #878787. Windows color (decimal): -107722 or 3562494. OLE color: 3562494.
HSL color Cylindrical-coordinate representation of color #FE5B36: hue angle of 11.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE5B36 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 54 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.00 |
| HSL | 11.1º | 0.99% | 0.6% | - |
| HSV(B) | 11.1º | 0.79% | 1% | - |
| XYZ | 45.28 | 28.82 | 6.67 | - |
| YUV | 135.52 | 82 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 54 | 0 | 0.64 | 0.79 | 0.00 | 11.1 | 0.99 | 0.6 |
| Hex | FE | 5B | 36 | 0 | 40 | 4F | 0 | B | 63 | 3C |
| Octal | 376 | 133 | 66 | 0 | 100 | 117 | 0 | 13 | 143 | 74 |
| Binary | 11111110 | 1011011 | 110110 | 0 | 1000000 | 1001111 | 0 | 1011 | 1100011 | 111100 |
Color Harmonies of #FE5B36
Complementary color
Monochromatic Colors of #FE5B36
Black with #FE5B36
Text Example
Text Example
White with #FE5B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B36; }
p { color: rgb(254,91,54); }
H1.HeaderClassName
{
color: #FE5B36;
}
.AnyTagClassName
{
color: #FE5B36;
}
</style>
background-color css
<style>
a { background-color: #FE5B36; }
a { background-color: rgb(254,91,54); }
div.DivClassName
{
background-color: #FE5B36;
}
.BgClassName
{
background-color: #FE5B36;
}
</style>
border-color css
<style>
span { border-color: #FE5B36; }
span { border-color: rgb(254,91,54); }
td.TdClassName
{
border-color: #FE5B36;
}
.TagClassName
{
border-color: #FE5B36;
}
</style>