Shades of Outrageous Orange #FF501E
Tints of Outrageous Orange #FF501E
RGB
CMYK
RGB Variations
Color information
#FF501E (or 0xFF501E) is known color: Outrageous Orange. HEX triplet: FF, 50 and 1E. RGB value is (255,80,30). Sum of RGB (Red+Green+Blue) = 255+80+30=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF501E is #00AFE1. Grayscale: #7E7E7E. Windows color (decimal): -45026 or 1986815. OLE color: 1986815.
HSL color Cylindrical-coordinate representation of color #FF501E: hue angle of 13.33º 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 #FF501E is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 30 | - |
| CMYK | 0 | 0.69 | 0.88 | 0 |
| HSL | 13.33º | 1% | 0.56% | - |
| HSV(B) | 13.33º | 0.88% | 1% | - |
| XYZ | 44.34 | 27.09 | 4.12 | - |
| YUV | 126.63 | 73.48 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 30 | 0 | 0.69 | 0.88 | 0 | 13.33 | 1 | 0.56 |
| Hex | FF | 50 | 1E | 0 | 45 | 58 | 0 | D | 64 | 38 |
| Octal | 377 | 120 | 36 | 0 | 105 | 130 | 0 | 15 | 144 | 70 |
| Binary | 11111111 | 1010000 | 11110 | 0 | 1000101 | 1011000 | 0 | 1101 | 1100100 | 111000 |
Color Harmonies of #FF501E
Complementary color
Monochromatic Colors of #FF501E
Black with #FF501E
Text Example
Text Example
White with #FF501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF501E; }
p { color: rgb(255,80,30); }
H1.HeaderClassName
{
color: #FF501E;
}
.AnyTagClassName
{
color: #FF501E;
}
</style>
background-color css
<style>
a { background-color: #FF501E; }
a { background-color: rgb(255,80,30); }
div.DivClassName
{
background-color: #FF501E;
}
.BgClassName
{
background-color: #FF501E;
}
</style>
border-color css
<style>
span { border-color: #FF501E; }
span { border-color: rgb(255,80,30); }
td.TdClassName
{
border-color: #FF501E;
}
.TagClassName
{
border-color: #FF501E;
}
</style>