Shades of Outrageous Orange #FE542A
Tints of Outrageous Orange #FE542A
RGB
CMYK
RGB Variations
Color information
#FE542A (or 0xFE542A) is known color: Outrageous Orange. HEX triplet: FE, 54 and 2A. RGB value is (254,84,42). Sum of RGB (Red+Green+Blue) = 254+84+42=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE542A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE542A is #01ABD5. Grayscale: #828282. Windows color (decimal): -109526 or 2774270. OLE color: 2774270.
HSL color Cylindrical-coordinate representation of color #FE542A: hue angle of 11.89º 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 #FE542A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.00 |
| HSL | 11.89º | 0.99% | 0.58% | - |
| HSV(B) | 11.89º | 0.83% | 1% | - |
| XYZ | 44.46 | 27.58 | 5.17 | - |
| YUV | 130.04 | 78.32 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 42 | 0 | 0.67 | 0.83 | 0.00 | 11.89 | 0.99 | 0.58 |
| Hex | FE | 54 | 2A | 0 | 43 | 53 | 0 | C | 63 | 3A |
| Octal | 376 | 124 | 52 | 0 | 103 | 123 | 0 | 14 | 143 | 72 |
| Binary | 11111110 | 1010100 | 101010 | 0 | 1000011 | 1010011 | 0 | 1100 | 1100011 | 111010 |
Color Harmonies of #FE542A
Complementary color
Monochromatic Colors of #FE542A
Black with #FE542A
Text Example
Text Example
White with #FE542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE542A; }
p { color: rgb(254,84,42); }
H1.HeaderClassName
{
color: #FE542A;
}
.AnyTagClassName
{
color: #FE542A;
}
</style>
background-color css
<style>
a { background-color: #FE542A; }
a { background-color: rgb(254,84,42); }
div.DivClassName
{
background-color: #FE542A;
}
.BgClassName
{
background-color: #FE542A;
}
</style>
border-color css
<style>
span { border-color: #FE542A; }
span { border-color: rgb(254,84,42); }
td.TdClassName
{
border-color: #FE542A;
}
.TagClassName
{
border-color: #FE542A;
}
</style>