Shades of Outrageous Orange #FE612E
Tints of Outrageous Orange #FE612E
RGB
CMYK
RGB Variations
Color information
#FE612E (or 0xFE612E) is known color: Outrageous Orange. HEX triplet: FE, 61 and 2E. RGB value is (254,97,46). Sum of RGB (Red+Green+Blue) = 254+97+46=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE612E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE612E is #019ED1. Grayscale: #8A8A8A. Windows color (decimal): -106194 or 3039742. OLE color: 3039742.
HSL color Cylindrical-coordinate representation of color #FE612E: hue angle of 14.71º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE612E is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 46 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.00 |
| HSL | 14.71º | 0.99% | 0.59% | - |
| HSV(B) | 14.71º | 0.82% | 1% | - |
| XYZ | 45.64 | 29.82 | 5.93 | - |
| YUV | 138.13 | 76.01 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 46 | 0 | 0.62 | 0.82 | 0.00 | 14.71 | 0.99 | 0.59 |
| Hex | FE | 61 | 2E | 0 | 3E | 52 | 0 | F | 63 | 3B |
| Octal | 376 | 141 | 56 | 0 | 76 | 122 | 0 | 17 | 143 | 73 |
| Binary | 11111110 | 1100001 | 101110 | 0 | 111110 | 1010010 | 0 | 1111 | 1100011 | 111011 |
Color Harmonies of #FE612E
Complementary color
Monochromatic Colors of #FE612E
Black with #FE612E
Text Example
Text Example
White with #FE612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE612E; }
p { color: rgb(254,97,46); }
H1.HeaderClassName
{
color: #FE612E;
}
.AnyTagClassName
{
color: #FE612E;
}
</style>
background-color css
<style>
a { background-color: #FE612E; }
a { background-color: rgb(254,97,46); }
div.DivClassName
{
background-color: #FE612E;
}
.BgClassName
{
background-color: #FE612E;
}
</style>
border-color css
<style>
span { border-color: #FE612E; }
span { border-color: rgb(254,97,46); }
td.TdClassName
{
border-color: #FE612E;
}
.TagClassName
{
border-color: #FE612E;
}
</style>