Shades of Outrageous Orange #FE5428
Tints of Outrageous Orange #FE5428
RGB
CMYK
RGB Variations
Color information
#FE5428 (or 0xFE5428) is known color: Outrageous Orange. HEX triplet: FE, 54 and 28. RGB value is (254,84,40). Sum of RGB (Red+Green+Blue) = 254+84+40=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5428 is #01ABD7. Grayscale: #828282. Windows color (decimal): -109528 or 2643198. OLE color: 2643198.
HSL color Cylindrical-coordinate representation of color #FE5428: hue angle of 12.34º 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 #FE5428 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 40 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.00 |
| HSL | 12.34º | 0.99% | 0.58% | - |
| HSV(B) | 12.34º | 0.84% | 1% | - |
| XYZ | 44.43 | 27.56 | 4.99 | - |
| YUV | 129.81 | 77.32 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 40 | 0 | 0.67 | 0.84 | 0.00 | 12.34 | 0.99 | 0.58 |
| Hex | FE | 54 | 28 | 0 | 43 | 54 | 0 | C | 63 | 3A |
| Octal | 376 | 124 | 50 | 0 | 103 | 124 | 0 | 14 | 143 | 72 |
| Binary | 11111110 | 1010100 | 101000 | 0 | 1000011 | 1010100 | 0 | 1100 | 1100011 | 111010 |
Color Harmonies of #FE5428
Complementary color
Monochromatic Colors of #FE5428
Black with #FE5428
Text Example
Text Example
White with #FE5428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5428; }
p { color: rgb(254,84,40); }
H1.HeaderClassName
{
color: #FE5428;
}
.AnyTagClassName
{
color: #FE5428;
}
</style>
background-color css
<style>
a { background-color: #FE5428; }
a { background-color: rgb(254,84,40); }
div.DivClassName
{
background-color: #FE5428;
}
.BgClassName
{
background-color: #FE5428;
}
</style>
border-color css
<style>
span { border-color: #FE5428; }
span { border-color: rgb(254,84,40); }
td.TdClassName
{
border-color: #FE5428;
}
.TagClassName
{
border-color: #FE5428;
}
</style>