Shades of Outrageous Orange #FE5335
Tints of Outrageous Orange #FE5335
RGB
CMYK
RGB Variations
Color information
#FE5335 (or 0xFE5335) is known color: Outrageous Orange. HEX triplet: FE, 53 and 35. RGB value is (254,83,53). Sum of RGB (Red+Green+Blue) = 254+83+53=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5335 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5335 is #01ACCA. Grayscale: #838383. Windows color (decimal): -109771 or 3494910. OLE color: 3494910.
HSL color Cylindrical-coordinate representation of color #FE5335: hue angle of 8.96º 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 #FE5335 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 53 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.00 |
| HSL | 8.96º | 0.99% | 0.6% | - |
| HSV(B) | 8.96º | 0.79% | 1% | - |
| XYZ | 44.61 | 27.51 | 6.33 | - |
| YUV | 130.71 | 84.15 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 53 | 0 | 0.67 | 0.79 | 0.00 | 8.96 | 0.99 | 0.6 |
| Hex | FE | 53 | 35 | 0 | 43 | 4F | 0 | 9 | 63 | 3C |
| Octal | 376 | 123 | 65 | 0 | 103 | 117 | 0 | 11 | 143 | 74 |
| Binary | 11111110 | 1010011 | 110101 | 0 | 1000011 | 1001111 | 0 | 1001 | 1100011 | 111100 |
Color Harmonies of #FE5335
Complementary color
Monochromatic Colors of #FE5335
Black with #FE5335
Text Example
Text Example
White with #FE5335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5335; }
p { color: rgb(254,83,53); }
H1.HeaderClassName
{
color: #FE5335;
}
.AnyTagClassName
{
color: #FE5335;
}
</style>
background-color css
<style>
a { background-color: #FE5335; }
a { background-color: rgb(254,83,53); }
div.DivClassName
{
background-color: #FE5335;
}
.BgClassName
{
background-color: #FE5335;
}
</style>
border-color css
<style>
span { border-color: #FE5335; }
span { border-color: rgb(254,83,53); }
td.TdClassName
{
border-color: #FE5335;
}
.TagClassName
{
border-color: #FE5335;
}
</style>