Shades of Outrageous Orange #FE541D
Tints of Outrageous Orange #FE541D
RGB
CMYK
RGB Variations
Color information
#FE541D (or 0xFE541D) is known color: Outrageous Orange. HEX triplet: FE, 54 and 1D. RGB value is (254,84,29). Sum of RGB (Red+Green+Blue) = 254+84+29=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE541D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE541D is #01ABE2. Grayscale: #808080. Windows color (decimal): -109539 or 1922302. OLE color: 1922302.
HSL color Cylindrical-coordinate representation of color #FE541D: hue angle of 14.67º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE541D is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 29 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.00 |
| HSL | 14.67º | 0.99% | 0.55% | - |
| HSV(B) | 14.67º | 0.89% | 1% | - |
| XYZ | 44.27 | 27.5 | 4.14 | - |
| YUV | 128.56 | 71.82 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 29 | 0 | 0.67 | 0.89 | 0.00 | 14.67 | 0.99 | 0.55 |
| Hex | FE | 54 | 1D | 0 | 43 | 59 | 0 | F | 63 | 37 |
| Octal | 376 | 124 | 35 | 0 | 103 | 131 | 0 | 17 | 143 | 67 |
| Binary | 11111110 | 1010100 | 11101 | 0 | 1000011 | 1011001 | 0 | 1111 | 1100011 | 110111 |
Color Harmonies of #FE541D
Complementary color
Monochromatic Colors of #FE541D
Black with #FE541D
Text Example
Text Example
White with #FE541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE541D; }
p { color: rgb(254,84,29); }
H1.HeaderClassName
{
color: #FE541D;
}
.AnyTagClassName
{
color: #FE541D;
}
</style>
background-color css
<style>
a { background-color: #FE541D; }
a { background-color: rgb(254,84,29); }
div.DivClassName
{
background-color: #FE541D;
}
.BgClassName
{
background-color: #FE541D;
}
</style>
border-color css
<style>
span { border-color: #FE541D; }
span { border-color: rgb(254,84,29); }
td.TdClassName
{
border-color: #FE541D;
}
.TagClassName
{
border-color: #FE541D;
}
</style>