Shades of Outrageous Orange #FE5F30
Tints of Outrageous Orange #FE5F30
RGB
CMYK
RGB Variations
Color information
#FE5F30 (or 0xFE5F30) is known color: Outrageous Orange. HEX triplet: FE, 5F and 30. RGB value is (254,95,48). Sum of RGB (Red+Green+Blue) = 254+95+48=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5F30 is #01A0CF. Grayscale: #898989. Windows color (decimal): -106704 or 3170302. OLE color: 3170302.
HSL color Cylindrical-coordinate representation of color #FE5F30: hue angle of 13.69º 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 #FE5F30 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 48 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.00 |
| HSL | 13.69º | 0.99% | 0.59% | - |
| HSV(B) | 13.69º | 0.81% | 1% | - |
| XYZ | 45.5 | 29.47 | 6.09 | - |
| YUV | 137.18 | 77.68 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 48 | 0 | 0.63 | 0.81 | 0.00 | 13.69 | 0.99 | 0.59 |
| Hex | FE | 5F | 30 | 0 | 3F | 51 | 0 | E | 63 | 3B |
| Octal | 376 | 137 | 60 | 0 | 77 | 121 | 0 | 16 | 143 | 73 |
| Binary | 11111110 | 1011111 | 110000 | 0 | 111111 | 1010001 | 0 | 1110 | 1100011 | 111011 |
Color Harmonies of #FE5F30
Complementary color
Monochromatic Colors of #FE5F30
Black with #FE5F30
Text Example
Text Example
White with #FE5F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F30; }
p { color: rgb(254,95,48); }
H1.HeaderClassName
{
color: #FE5F30;
}
.AnyTagClassName
{
color: #FE5F30;
}
</style>
background-color css
<style>
a { background-color: #FE5F30; }
a { background-color: rgb(254,95,48); }
div.DivClassName
{
background-color: #FE5F30;
}
.BgClassName
{
background-color: #FE5F30;
}
</style>
border-color css
<style>
span { border-color: #FE5F30; }
span { border-color: rgb(254,95,48); }
td.TdClassName
{
border-color: #FE5F30;
}
.TagClassName
{
border-color: #FE5F30;
}
</style>