Shades of Outrageous Orange #FF5A1F
Tints of Outrageous Orange #FF5A1F
RGB
CMYK
RGB Variations
Color information
#FF5A1F (or 0xFF5A1F) is known color: Outrageous Orange. HEX triplet: FF, 5A and 1F. RGB value is (255,90,31). Sum of RGB (Red+Green+Blue) = 255+90+31=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A1F is #00A5E0. Grayscale: #858585. Windows color (decimal): -42465 or 2054911. OLE color: 2054911.
HSL color Cylindrical-coordinate representation of color #FF5A1F: hue angle of 15.8º 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 #FF5A1F is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 31 | - |
| CMYK | 0 | 0.65 | 0.88 | 0 |
| HSL | 15.8º | 1% | 0.56% | - |
| HSV(B) | 15.8º | 0.88% | 1% | - |
| XYZ | 45.14 | 28.67 | 4.45 | - |
| YUV | 132.61 | 70.66 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 31 | 0 | 0.65 | 0.88 | 0 | 15.8 | 1 | 0.56 |
| Hex | FF | 5A | 1F | 0 | 41 | 58 | 0 | 10 | 64 | 38 |
| Octal | 377 | 132 | 37 | 0 | 101 | 130 | 0 | 20 | 144 | 70 |
| Binary | 11111111 | 1011010 | 11111 | 0 | 1000001 | 1011000 | 0 | 10000 | 1100100 | 111000 |
Color Harmonies of #FF5A1F
Complementary color
Monochromatic Colors of #FF5A1F
Black with #FF5A1F
Text Example
Text Example
White with #FF5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A1F; }
p { color: rgb(255,90,31); }
H1.HeaderClassName
{
color: #FF5A1F;
}
.AnyTagClassName
{
color: #FF5A1F;
}
</style>
background-color css
<style>
a { background-color: #FF5A1F; }
a { background-color: rgb(255,90,31); }
div.DivClassName
{
background-color: #FF5A1F;
}
.BgClassName
{
background-color: #FF5A1F;
}
</style>
border-color css
<style>
span { border-color: #FF5A1F; }
span { border-color: rgb(255,90,31); }
td.TdClassName
{
border-color: #FF5A1F;
}
.TagClassName
{
border-color: #FF5A1F;
}
</style>