Shades of Outrageous Orange #FF5E1F
Tints of Outrageous Orange #FF5E1F
RGB
CMYK
RGB Variations
Color information
#FF5E1F (or 0xFF5E1F) is known color: Outrageous Orange. HEX triplet: FF, 5E and 1F. RGB value is (255,94,31). Sum of RGB (Red+Green+Blue) = 255+94+31=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E1F is #00A1E0. Grayscale: #878787. Windows color (decimal): -41441 or 2055935. OLE color: 2055935.
HSL color Cylindrical-coordinate representation of color #FF5E1F: hue angle of 16.88º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF5E1F is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 31 | - |
| CMYK | 0 | 0.63 | 0.88 | 0 |
| HSL | 16.88º | 1% | 0.56% | - |
| HSV(B) | 16.88º | 0.88% | 1% | - |
| XYZ | 45.49 | 29.36 | 4.57 | - |
| YUV | 134.96 | 69.34 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 31 | 0 | 0.63 | 0.88 | 0 | 16.88 | 1 | 0.56 |
| Hex | FF | 5E | 1F | 0 | 3F | 58 | 0 | 11 | 64 | 38 |
| Octal | 377 | 136 | 37 | 0 | 77 | 130 | 0 | 21 | 144 | 70 |
| Binary | 11111111 | 1011110 | 11111 | 0 | 111111 | 1011000 | 0 | 10001 | 1100100 | 111000 |
Color Harmonies of #FF5E1F
Complementary color
Monochromatic Colors of #FF5E1F
Black with #FF5E1F
Text Example
Text Example
White with #FF5E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E1F; }
p { color: rgb(255,94,31); }
H1.HeaderClassName
{
color: #FF5E1F;
}
.AnyTagClassName
{
color: #FF5E1F;
}
</style>
background-color css
<style>
a { background-color: #FF5E1F; }
a { background-color: rgb(255,94,31); }
div.DivClassName
{
background-color: #FF5E1F;
}
.BgClassName
{
background-color: #FF5E1F;
}
</style>
border-color css
<style>
span { border-color: #FF5E1F; }
span { border-color: rgb(255,94,31); }
td.TdClassName
{
border-color: #FF5E1F;
}
.TagClassName
{
border-color: #FF5E1F;
}
</style>