Shades of Outrageous Orange #FE532A
Tints of Outrageous Orange #FE532A
RGB
CMYK
RGB Variations
Color information
#FE532A (or 0xFE532A) is known color: Outrageous Orange. HEX triplet: FE, 53 and 2A. RGB value is (254,83,42). Sum of RGB (Red+Green+Blue) = 254+83+42=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE532A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE532A is #01ACD5. Grayscale: #818181. Windows color (decimal): -109782 or 2774014. OLE color: 2774014.
HSL color Cylindrical-coordinate representation of color #FE532A: hue angle of 11.6º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE532A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.00 |
| HSL | 11.6º | 0.99% | 0.58% | - |
| HSV(B) | 11.6º | 0.83% | 1% | - |
| XYZ | 44.38 | 27.42 | 5.14 | - |
| YUV | 129.46 | 78.65 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 42 | 0 | 0.67 | 0.83 | 0.00 | 11.6 | 0.99 | 0.58 |
| Hex | FE | 53 | 2A | 0 | 43 | 53 | 0 | C | 63 | 3A |
| Octal | 376 | 123 | 52 | 0 | 103 | 123 | 0 | 14 | 143 | 72 |
| Binary | 11111110 | 1010011 | 101010 | 0 | 1000011 | 1010011 | 0 | 1100 | 1100011 | 111010 |
Color Harmonies of #FE532A
Complementary color
Monochromatic Colors of #FE532A
Black with #FE532A
Text Example
Text Example
White with #FE532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE532A; }
p { color: rgb(254,83,42); }
H1.HeaderClassName
{
color: #FE532A;
}
.AnyTagClassName
{
color: #FE532A;
}
</style>
background-color css
<style>
a { background-color: #FE532A; }
a { background-color: rgb(254,83,42); }
div.DivClassName
{
background-color: #FE532A;
}
.BgClassName
{
background-color: #FE532A;
}
</style>
border-color css
<style>
span { border-color: #FE532A; }
span { border-color: rgb(254,83,42); }
td.TdClassName
{
border-color: #FE532A;
}
.TagClassName
{
border-color: #FE532A;
}
</style>