Shades of Outrageous Orange #FE5028
Tints of Outrageous Orange #FE5028
RGB
CMYK
RGB Variations
Color information
#FE5028 (or 0xFE5028) is known color: Outrageous Orange. HEX triplet: FE, 50 and 28. RGB value is (254,80,40). Sum of RGB (Red+Green+Blue) = 254+80+40=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5028 is #01AFD7. Grayscale: #7F7F7F. Windows color (decimal): -110552 or 2642174. OLE color: 2642174.
HSL color Cylindrical-coordinate representation of color #FE5028: hue angle of 11.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE5028 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 40 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.00 |
| HSL | 11.21º | 0.99% | 0.58% | - |
| HSV(B) | 11.21º | 0.84% | 1% | - |
| XYZ | 44.12 | 26.96 | 4.89 | - |
| YUV | 127.47 | 78.65 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 40 | 0 | 0.69 | 0.84 | 0.00 | 11.21 | 0.99 | 0.58 |
| Hex | FE | 50 | 28 | 0 | 45 | 54 | 0 | B | 63 | 3A |
| Octal | 376 | 120 | 50 | 0 | 105 | 124 | 0 | 13 | 143 | 72 |
| Binary | 11111110 | 1010000 | 101000 | 0 | 1000101 | 1010100 | 0 | 1011 | 1100011 | 111010 |
Color Harmonies of #FE5028
Complementary color
Monochromatic Colors of #FE5028
Black with #FE5028
Text Example
Text Example
White with #FE5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5028; }
p { color: rgb(254,80,40); }
H1.HeaderClassName
{
color: #FE5028;
}
.AnyTagClassName
{
color: #FE5028;
}
</style>
background-color css
<style>
a { background-color: #FE5028; }
a { background-color: rgb(254,80,40); }
div.DivClassName
{
background-color: #FE5028;
}
.BgClassName
{
background-color: #FE5028;
}
</style>
border-color css
<style>
span { border-color: #FE5028; }
span { border-color: rgb(254,80,40); }
td.TdClassName
{
border-color: #FE5028;
}
.TagClassName
{
border-color: #FE5028;
}
</style>