Shades of Outrageous Orange #FE5727
Tints of Outrageous Orange #FE5727
RGB
CMYK
RGB Variations
Color information
#FE5727 (or 0xFE5727) is known color: Outrageous Orange. HEX triplet: FE, 57 and 27. RGB value is (254,87,39). Sum of RGB (Red+Green+Blue) = 254+87+39=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5727 is #01A8D8. Grayscale: #838383. Windows color (decimal): -108761 or 2578430. OLE color: 2578430.
HSL color Cylindrical-coordinate representation of color #FE5727: hue angle of 13.4º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE5727 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 39 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.00 |
| HSL | 13.4º | 0.99% | 0.57% | - |
| HSV(B) | 13.4º | 0.85% | 1% | - |
| XYZ | 44.65 | 28.03 | 4.98 | - |
| YUV | 131.46 | 75.83 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 39 | 0 | 0.66 | 0.85 | 0.00 | 13.4 | 0.99 | 0.57 |
| Hex | FE | 57 | 27 | 0 | 42 | 55 | 0 | D | 63 | 39 |
| Octal | 376 | 127 | 47 | 0 | 102 | 125 | 0 | 15 | 143 | 71 |
| Binary | 11111110 | 1010111 | 100111 | 0 | 1000010 | 1010101 | 0 | 1101 | 1100011 | 111001 |
Color Harmonies of #FE5727
Complementary color
Monochromatic Colors of #FE5727
Black with #FE5727
Text Example
Text Example
White with #FE5727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5727; }
p { color: rgb(254,87,39); }
H1.HeaderClassName
{
color: #FE5727;
}
.AnyTagClassName
{
color: #FE5727;
}
</style>
background-color css
<style>
a { background-color: #FE5727; }
a { background-color: rgb(254,87,39); }
div.DivClassName
{
background-color: #FE5727;
}
.BgClassName
{
background-color: #FE5727;
}
</style>
border-color css
<style>
span { border-color: #FE5727; }
span { border-color: rgb(254,87,39); }
td.TdClassName
{
border-color: #FE5727;
}
.TagClassName
{
border-color: #FE5727;
}
</style>