Shades of Outrageous Orange #FE5627
Tints of Outrageous Orange #FE5627
RGB
CMYK
RGB Variations
Color information
#FE5627 (or 0xFE5627) is known color: Outrageous Orange. HEX triplet: FE, 56 and 27. RGB value is (254,86,39). Sum of RGB (Red+Green+Blue) = 254+86+39=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5627 is #01A9D8. Grayscale: #838383. Windows color (decimal): -109017 or 2578174. OLE color: 2578174.
HSL color Cylindrical-coordinate representation of color #FE5627: hue angle of 13.12º 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 #FE5627 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 39 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.00 |
| HSL | 13.12º | 0.99% | 0.57% | - |
| HSV(B) | 13.12º | 0.85% | 1% | - |
| XYZ | 44.57 | 27.87 | 4.95 | - |
| YUV | 130.87 | 76.16 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 39 | 0 | 0.66 | 0.85 | 0.00 | 13.12 | 0.99 | 0.57 |
| Hex | FE | 56 | 27 | 0 | 42 | 55 | 0 | D | 63 | 39 |
| Octal | 376 | 126 | 47 | 0 | 102 | 125 | 0 | 15 | 143 | 71 |
| Binary | 11111110 | 1010110 | 100111 | 0 | 1000010 | 1010101 | 0 | 1101 | 1100011 | 111001 |
Color Harmonies of #FE5627
Complementary color
Monochromatic Colors of #FE5627
Black with #FE5627
Text Example
Text Example
White with #FE5627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5627; }
p { color: rgb(254,86,39); }
H1.HeaderClassName
{
color: #FE5627;
}
.AnyTagClassName
{
color: #FE5627;
}
</style>
background-color css
<style>
a { background-color: #FE5627; }
a { background-color: rgb(254,86,39); }
div.DivClassName
{
background-color: #FE5627;
}
.BgClassName
{
background-color: #FE5627;
}
</style>
border-color css
<style>
span { border-color: #FE5627; }
span { border-color: rgb(254,86,39); }
td.TdClassName
{
border-color: #FE5627;
}
.TagClassName
{
border-color: #FE5627;
}
</style>