Shades of Outrageous Orange #FE542D
Tints of Outrageous Orange #FE542D
RGB
CMYK
RGB Variations
Color information
#FE542D (or 0xFE542D) is known color: Outrageous Orange. HEX triplet: FE, 54 and 2D. RGB value is (254,84,45). Sum of RGB (Red+Green+Blue) = 254+84+45=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE542D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE542D is #01ABD2. Grayscale: #828282. Windows color (decimal): -109523 or 2970878. OLE color: 2970878.
HSL color Cylindrical-coordinate representation of color #FE542D: hue angle of 11.2º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE542D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 45 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.00 |
| HSL | 11.2º | 0.99% | 0.59% | - |
| HSV(B) | 11.2º | 0.82% | 1% | - |
| XYZ | 44.52 | 27.6 | 5.46 | - |
| YUV | 130.38 | 79.82 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 45 | 0 | 0.67 | 0.82 | 0.00 | 11.2 | 0.99 | 0.59 |
| Hex | FE | 54 | 2D | 0 | 43 | 52 | 0 | B | 63 | 3B |
| Octal | 376 | 124 | 55 | 0 | 103 | 122 | 0 | 13 | 143 | 73 |
| Binary | 11111110 | 1010100 | 101101 | 0 | 1000011 | 1010010 | 0 | 1011 | 1100011 | 111011 |
Color Harmonies of #FE542D
Complementary color
Monochromatic Colors of #FE542D
Black with #FE542D
Text Example
Text Example
White with #FE542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE542D; }
p { color: rgb(254,84,45); }
H1.HeaderClassName
{
color: #FE542D;
}
.AnyTagClassName
{
color: #FE542D;
}
</style>
background-color css
<style>
a { background-color: #FE542D; }
a { background-color: rgb(254,84,45); }
div.DivClassName
{
background-color: #FE542D;
}
.BgClassName
{
background-color: #FE542D;
}
</style>
border-color css
<style>
span { border-color: #FE542D; }
span { border-color: rgb(254,84,45); }
td.TdClassName
{
border-color: #FE542D;
}
.TagClassName
{
border-color: #FE542D;
}
</style>