Shades of Outrageous Orange #FF502E
Tints of Outrageous Orange #FF502E
RGB
CMYK
RGB Variations
Color information
#FF502E (or 0xFF502E) is known color: Outrageous Orange. HEX triplet: FF, 50 and 2E. RGB value is (255,80,46). Sum of RGB (Red+Green+Blue) = 255+80+46=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF502E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF502E is #00AFD1. Grayscale: #808080. Windows color (decimal): -45010 or 3035391. OLE color: 3035391.
HSL color Cylindrical-coordinate representation of color #FF502E: hue angle of 9.76º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF502E is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 46 | - |
| CMYK | 0 | 0.69 | 0.82 | 0 |
| HSL | 9.76º | 1% | 0.59% | - |
| HSV(B) | 9.76º | 0.82% | 1% | - |
| XYZ | 44.6 | 27.19 | 5.48 | - |
| YUV | 128.45 | 81.48 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 46 | 0 | 0.69 | 0.82 | 0 | 9.76 | 1 | 0.59 |
| Hex | FF | 50 | 2E | 0 | 45 | 52 | 0 | A | 64 | 3B |
| Octal | 377 | 120 | 56 | 0 | 105 | 122 | 0 | 12 | 144 | 73 |
| Binary | 11111111 | 1010000 | 101110 | 0 | 1000101 | 1010010 | 0 | 1010 | 1100100 | 111011 |
Color Harmonies of #FF502E
Complementary color
Monochromatic Colors of #FF502E
Black with #FF502E
Text Example
Text Example
White with #FF502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF502E; }
p { color: rgb(255,80,46); }
H1.HeaderClassName
{
color: #FF502E;
}
.AnyTagClassName
{
color: #FF502E;
}
</style>
background-color css
<style>
a { background-color: #FF502E; }
a { background-color: rgb(255,80,46); }
div.DivClassName
{
background-color: #FF502E;
}
.BgClassName
{
background-color: #FF502E;
}
</style>
border-color css
<style>
span { border-color: #FF502E; }
span { border-color: rgb(255,80,46); }
td.TdClassName
{
border-color: #FF502E;
}
.TagClassName
{
border-color: #FF502E;
}
</style>