Shades of Outrageous Orange #FE5835
Tints of Outrageous Orange #FE5835
RGB
CMYK
RGB Variations
Color information
#FE5835 (or 0xFE5835) is known color: Outrageous Orange. HEX triplet: FE, 58 and 35. RGB value is (254,88,53). Sum of RGB (Red+Green+Blue) = 254+88+53=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5835 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5835 is #01A7CA. Grayscale: #858585. Windows color (decimal): -108491 or 3496190. OLE color: 3496190.
HSL color Cylindrical-coordinate representation of color #FE5835: hue angle of 10.45º 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 #FE5835 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 53 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.00 |
| HSL | 10.45º | 0.99% | 0.6% | - |
| HSV(B) | 10.45º | 0.79% | 1% | - |
| XYZ | 45.01 | 28.31 | 6.46 | - |
| YUV | 133.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 53 | 0 | 0.65 | 0.79 | 0.00 | 10.45 | 0.99 | 0.6 |
| Hex | FE | 58 | 35 | 0 | 41 | 4F | 0 | A | 63 | 3C |
| Octal | 376 | 130 | 65 | 0 | 101 | 117 | 0 | 12 | 143 | 74 |
| Binary | 11111110 | 1011000 | 110101 | 0 | 1000001 | 1001111 | 0 | 1010 | 1100011 | 111100 |
Color Harmonies of #FE5835
Complementary color
Monochromatic Colors of #FE5835
Black with #FE5835
Text Example
Text Example
White with #FE5835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5835; }
p { color: rgb(254,88,53); }
H1.HeaderClassName
{
color: #FE5835;
}
.AnyTagClassName
{
color: #FE5835;
}
</style>
background-color css
<style>
a { background-color: #FE5835; }
a { background-color: rgb(254,88,53); }
div.DivClassName
{
background-color: #FE5835;
}
.BgClassName
{
background-color: #FE5835;
}
</style>
border-color css
<style>
span { border-color: #FE5835; }
span { border-color: rgb(254,88,53); }
td.TdClassName
{
border-color: #FE5835;
}
.TagClassName
{
border-color: #FE5835;
}
</style>