Shades of Outrageous Orange #FE6136
Tints of Outrageous Orange #FE6136
RGB
CMYK
RGB Variations
Color information
#FE6136 (or 0xFE6136) is known color: Outrageous Orange. HEX triplet: FE, 61 and 36. RGB value is (254,97,54). Sum of RGB (Red+Green+Blue) = 254+97+54=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6136 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6136 is #019EC9. Grayscale: #8B8B8B. Windows color (decimal): -106186 or 3564030. OLE color: 3564030.
HSL color Cylindrical-coordinate representation of color #FE6136: hue angle of 12.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE6136 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 54 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.00 |
| HSL | 12.9º | 0.99% | 0.6% | - |
| HSV(B) | 12.9º | 0.79% | 1% | - |
| XYZ | 45.81 | 29.89 | 6.84 | - |
| YUV | 139.04 | 80.01 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 54 | 0 | 0.62 | 0.79 | 0.00 | 12.9 | 0.99 | 0.6 |
| Hex | FE | 61 | 36 | 0 | 3E | 4F | 0 | D | 63 | 3C |
| Octal | 376 | 141 | 66 | 0 | 76 | 117 | 0 | 15 | 143 | 74 |
| Binary | 11111110 | 1100001 | 110110 | 0 | 111110 | 1001111 | 0 | 1101 | 1100011 | 111100 |
Color Harmonies of #FE6136
Complementary color
Monochromatic Colors of #FE6136
Black with #FE6136
Text Example
Text Example
White with #FE6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6136; }
p { color: rgb(254,97,54); }
H1.HeaderClassName
{
color: #FE6136;
}
.AnyTagClassName
{
color: #FE6136;
}
</style>
background-color css
<style>
a { background-color: #FE6136; }
a { background-color: rgb(254,97,54); }
div.DivClassName
{
background-color: #FE6136;
}
.BgClassName
{
background-color: #FE6136;
}
</style>
border-color css
<style>
span { border-color: #FE6136; }
span { border-color: rgb(254,97,54); }
td.TdClassName
{
border-color: #FE6136;
}
.TagClassName
{
border-color: #FE6136;
}
</style>