Shades of Outrageous Orange #FF501F
Tints of Outrageous Orange #FF501F
RGB
CMYK
RGB Variations
Color information
#FF501F (or 0xFF501F) is known color: Outrageous Orange. HEX triplet: FF, 50 and 1F. RGB value is (255,80,31). Sum of RGB (Red+Green+Blue) = 255+80+31=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF501F is #00AFE0. Grayscale: #7F7F7F. Windows color (decimal): -45025 or 2052351. OLE color: 2052351.
HSL color Cylindrical-coordinate representation of color #FF501F: hue angle of 13.12º 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 #FF501F is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 31 | - |
| CMYK | 0 | 0.69 | 0.88 | 0 |
| HSL | 13.13º | 1% | 0.56% | - |
| HSV(B) | 13.13º | 0.88% | 1% | - |
| XYZ | 44.36 | 27.1 | 4.19 | - |
| YUV | 126.74 | 73.98 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 31 | 0 | 0.69 | 0.88 | 0 | 13.13 | 1 | 0.56 |
| Hex | FF | 50 | 1F | 0 | 45 | 58 | 0 | D | 64 | 38 |
| Octal | 377 | 120 | 37 | 0 | 105 | 130 | 0 | 15 | 144 | 70 |
| Binary | 11111111 | 1010000 | 11111 | 0 | 1000101 | 1011000 | 0 | 1101 | 1100100 | 111000 |
Color Harmonies of #FF501F
Complementary color
Monochromatic Colors of #FF501F
Black with #FF501F
Text Example
Text Example
White with #FF501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF501F; }
p { color: rgb(255,80,31); }
H1.HeaderClassName
{
color: #FF501F;
}
.AnyTagClassName
{
color: #FF501F;
}
</style>
background-color css
<style>
a { background-color: #FF501F; }
a { background-color: rgb(255,80,31); }
div.DivClassName
{
background-color: #FF501F;
}
.BgClassName
{
background-color: #FF501F;
}
</style>
border-color css
<style>
span { border-color: #FF501F; }
span { border-color: rgb(255,80,31); }
td.TdClassName
{
border-color: #FF501F;
}
.TagClassName
{
border-color: #FF501F;
}
</style>