Shades of Outrageous Orange #FE542F
Tints of Outrageous Orange #FE542F
RGB
CMYK
RGB Variations
Color information
#FE542F (or 0xFE542F) is known color: Outrageous Orange. HEX triplet: FE, 54 and 2F. RGB value is (254,84,47). Sum of RGB (Red+Green+Blue) = 254+84+47=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE542F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE542F is #01ABD0. Grayscale: #828282. Windows color (decimal): -109521 or 3101950. OLE color: 3101950.
HSL color Cylindrical-coordinate representation of color #FE542F: hue angle of 10.72º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE542F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 47 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.00 |
| HSL | 10.72º | 0.99% | 0.59% | - |
| HSV(B) | 10.72º | 0.81% | 1% | - |
| XYZ | 44.56 | 27.62 | 5.67 | - |
| YUV | 130.61 | 80.82 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 47 | 0 | 0.67 | 0.81 | 0.00 | 10.72 | 0.99 | 0.59 |
| Hex | FE | 54 | 2F | 0 | 43 | 51 | 0 | B | 63 | 3B |
| Octal | 376 | 124 | 57 | 0 | 103 | 121 | 0 | 13 | 143 | 73 |
| Binary | 11111110 | 1010100 | 101111 | 0 | 1000011 | 1010001 | 0 | 1011 | 1100011 | 111011 |
Color Harmonies of #FE542F
Complementary color
Monochromatic Colors of #FE542F
Black with #FE542F
Text Example
Text Example
White with #FE542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE542F; }
p { color: rgb(254,84,47); }
H1.HeaderClassName
{
color: #FE542F;
}
.AnyTagClassName
{
color: #FE542F;
}
</style>
background-color css
<style>
a { background-color: #FE542F; }
a { background-color: rgb(254,84,47); }
div.DivClassName
{
background-color: #FE542F;
}
.BgClassName
{
background-color: #FE542F;
}
</style>
border-color css
<style>
span { border-color: #FE542F; }
span { border-color: rgb(254,84,47); }
td.TdClassName
{
border-color: #FE542F;
}
.TagClassName
{
border-color: #FE542F;
}
</style>