Shades of Outrageous Orange #FE5F2F
Tints of Outrageous Orange #FE5F2F
RGB
CMYK
RGB Variations
Color information
#FE5F2F (or 0xFE5F2F) is known color: Outrageous Orange. HEX triplet: FE, 5F and 2F. RGB value is (254,95,47). Sum of RGB (Red+Green+Blue) = 254+95+47=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5F2F is #01A0D0. Grayscale: #898989. Windows color (decimal): -106705 or 3104766. OLE color: 3104766.
HSL color Cylindrical-coordinate representation of color #FE5F2F: hue angle of 13.91º 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 #FE5F2F is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 47 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.00 |
| HSL | 13.91º | 0.99% | 0.59% | - |
| HSV(B) | 13.91º | 0.81% | 1% | - |
| XYZ | 45.48 | 29.46 | 5.98 | - |
| YUV | 137.07 | 77.18 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 47 | 0 | 0.63 | 0.81 | 0.00 | 13.91 | 0.99 | 0.59 |
| Hex | FE | 5F | 2F | 0 | 3F | 51 | 0 | E | 63 | 3B |
| Octal | 376 | 137 | 57 | 0 | 77 | 121 | 0 | 16 | 143 | 73 |
| Binary | 11111110 | 1011111 | 101111 | 0 | 111111 | 1010001 | 0 | 1110 | 1100011 | 111011 |
Color Harmonies of #FE5F2F
Complementary color
Monochromatic Colors of #FE5F2F
Black with #FE5F2F
Text Example
Text Example
White with #FE5F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F2F; }
p { color: rgb(254,95,47); }
H1.HeaderClassName
{
color: #FE5F2F;
}
.AnyTagClassName
{
color: #FE5F2F;
}
</style>
background-color css
<style>
a { background-color: #FE5F2F; }
a { background-color: rgb(254,95,47); }
div.DivClassName
{
background-color: #FE5F2F;
}
.BgClassName
{
background-color: #FE5F2F;
}
</style>
border-color css
<style>
span { border-color: #FE5F2F; }
span { border-color: rgb(254,95,47); }
td.TdClassName
{
border-color: #FE5F2F;
}
.TagClassName
{
border-color: #FE5F2F;
}
</style>