Shades of Outrageous Orange #FF502F
Tints of Outrageous Orange #FF502F
RGB
CMYK
RGB Variations
Color information
#FF502F (or 0xFF502F) is known color: Outrageous Orange. HEX triplet: FF, 50 and 2F. RGB value is (255,80,47). Sum of RGB (Red+Green+Blue) = 255+80+47=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF502F is #00AFD0. Grayscale: #808080. Windows color (decimal): -45009 or 3100927. OLE color: 3100927.
HSL color Cylindrical-coordinate representation of color #FF502F: hue angle of 9.52º 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 #FF502F is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 47 | - |
| CMYK | 0 | 0.69 | 0.82 | 0 |
| HSL | 9.52º | 1% | 0.59% | - |
| HSV(B) | 9.52º | 0.82% | 1% | - |
| XYZ | 44.62 | 27.2 | 5.59 | - |
| YUV | 128.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 47 | 0 | 0.69 | 0.82 | 0 | 9.52 | 1 | 0.59 |
| Hex | FF | 50 | 2F | 0 | 45 | 52 | 0 | A | 64 | 3B |
| Octal | 377 | 120 | 57 | 0 | 105 | 122 | 0 | 12 | 144 | 73 |
| Binary | 11111111 | 1010000 | 101111 | 0 | 1000101 | 1010010 | 0 | 1010 | 1100100 | 111011 |
Color Harmonies of #FF502F
Complementary color
Monochromatic Colors of #FF502F
Black with #FF502F
Text Example
Text Example
White with #FF502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF502F; }
p { color: rgb(255,80,47); }
H1.HeaderClassName
{
color: #FF502F;
}
.AnyTagClassName
{
color: #FF502F;
}
</style>
background-color css
<style>
a { background-color: #FF502F; }
a { background-color: rgb(255,80,47); }
div.DivClassName
{
background-color: #FF502F;
}
.BgClassName
{
background-color: #FF502F;
}
</style>
border-color css
<style>
span { border-color: #FF502F; }
span { border-color: rgb(255,80,47); }
td.TdClassName
{
border-color: #FF502F;
}
.TagClassName
{
border-color: #FF502F;
}
</style>