Shades of Outrageous Orange #FE502A
Tints of Outrageous Orange #FE502A
RGB
CMYK
RGB Variations
Color information
#FE502A (or 0xFE502A) is known color: Outrageous Orange. HEX triplet: FE, 50 and 2A. RGB value is (254,80,42). Sum of RGB (Red+Green+Blue) = 254+80+42=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE502A is #01AFD5. Grayscale: #808080. Windows color (decimal): -110550 or 2773246. OLE color: 2773246.
HSL color Cylindrical-coordinate representation of color #FE502A: hue angle of 10.75º 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 #FE502A is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 42 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.00 |
| HSL | 10.75º | 0.99% | 0.58% | - |
| HSV(B) | 10.75º | 0.83% | 1% | - |
| XYZ | 44.16 | 26.98 | 5.07 | - |
| YUV | 127.69 | 79.65 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 42 | 0 | 0.69 | 0.83 | 0.00 | 10.75 | 0.99 | 0.58 |
| Hex | FE | 50 | 2A | 0 | 45 | 53 | 0 | B | 63 | 3A |
| Octal | 376 | 120 | 52 | 0 | 105 | 123 | 0 | 13 | 143 | 72 |
| Binary | 11111110 | 1010000 | 101010 | 0 | 1000101 | 1010011 | 0 | 1011 | 1100011 | 111010 |
Color Harmonies of #FE502A
Complementary color
Monochromatic Colors of #FE502A
Black with #FE502A
Text Example
Text Example
White with #FE502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE502A; }
p { color: rgb(254,80,42); }
H1.HeaderClassName
{
color: #FE502A;
}
.AnyTagClassName
{
color: #FE502A;
}
</style>
background-color css
<style>
a { background-color: #FE502A; }
a { background-color: rgb(254,80,42); }
div.DivClassName
{
background-color: #FE502A;
}
.BgClassName
{
background-color: #FE502A;
}
</style>
border-color css
<style>
span { border-color: #FE502A; }
span { border-color: rgb(254,80,42); }
td.TdClassName
{
border-color: #FE502A;
}
.TagClassName
{
border-color: #FE502A;
}
</style>