Shades of Outrageous Orange #FE5334
Tints of Outrageous Orange #FE5334
RGB
CMYK
RGB Variations
Color information
#FE5334 (or 0xFE5334) is known color: Outrageous Orange. HEX triplet: FE, 53 and 34. RGB value is (254,83,52). Sum of RGB (Red+Green+Blue) = 254+83+52=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5334 is #01ACCB. Grayscale: #828282. Windows color (decimal): -109772 or 3429374. OLE color: 3429374.
HSL color Cylindrical-coordinate representation of color #FE5334: hue angle of 9.21º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE5334 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 52 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.00 |
| HSL | 9.21º | 0.99% | 0.6% | - |
| HSV(B) | 9.21º | 0.8% | 1% | - |
| XYZ | 44.59 | 27.51 | 6.21 | - |
| YUV | 130.6 | 83.65 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 52 | 0 | 0.67 | 0.80 | 0.00 | 9.21 | 0.99 | 0.6 |
| Hex | FE | 53 | 34 | 0 | 43 | 50 | 0 | 9 | 63 | 3C |
| Octal | 376 | 123 | 64 | 0 | 103 | 120 | 0 | 11 | 143 | 74 |
| Binary | 11111110 | 1010011 | 110100 | 0 | 1000011 | 1010000 | 0 | 1001 | 1100011 | 111100 |
Color Harmonies of #FE5334
Complementary color
Monochromatic Colors of #FE5334
Black with #FE5334
Text Example
Text Example
White with #FE5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5334; }
p { color: rgb(254,83,52); }
H1.HeaderClassName
{
color: #FE5334;
}
.AnyTagClassName
{
color: #FE5334;
}
</style>
background-color css
<style>
a { background-color: #FE5334; }
a { background-color: rgb(254,83,52); }
div.DivClassName
{
background-color: #FE5334;
}
.BgClassName
{
background-color: #FE5334;
}
</style>
border-color css
<style>
span { border-color: #FE5334; }
span { border-color: rgb(254,83,52); }
td.TdClassName
{
border-color: #FE5334;
}
.TagClassName
{
border-color: #FE5334;
}
</style>