Shades of Outrageous Orange #FF5127
Tints of Outrageous Orange #FF5127
RGB
CMYK
RGB Variations
Color information
#FF5127 (or 0xFF5127) is known color: Outrageous Orange. HEX triplet: FF, 51 and 27. RGB value is (255,81,39). Sum of RGB (Red+Green+Blue) = 255+81+39=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5127 is #00AED8. Grayscale: #808080. Windows color (decimal): -44761 or 2576895. OLE color: 2576895.
HSL color Cylindrical-coordinate representation of color #FF5127: hue angle of 11.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF5127 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 39 | - |
| CMYK | 0 | 0.68 | 0.85 | 0 |
| HSL | 11.67º | 1% | 0.58% | - |
| HSV(B) | 11.67º | 0.85% | 1% | - |
| XYZ | 44.55 | 27.29 | 4.84 | - |
| YUV | 128.24 | 77.65 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 39 | 0 | 0.68 | 0.85 | 0 | 11.67 | 1 | 0.58 |
| Hex | FF | 51 | 27 | 0 | 44 | 55 | 0 | C | 64 | 3A |
| Octal | 377 | 121 | 47 | 0 | 104 | 125 | 0 | 14 | 144 | 72 |
| Binary | 11111111 | 1010001 | 100111 | 0 | 1000100 | 1010101 | 0 | 1100 | 1100100 | 111010 |
Color Harmonies of #FF5127
Complementary color
Monochromatic Colors of #FF5127
Black with #FF5127
Text Example
Text Example
White with #FF5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5127; }
p { color: rgb(255,81,39); }
H1.HeaderClassName
{
color: #FF5127;
}
.AnyTagClassName
{
color: #FF5127;
}
</style>
background-color css
<style>
a { background-color: #FF5127; }
a { background-color: rgb(255,81,39); }
div.DivClassName
{
background-color: #FF5127;
}
.BgClassName
{
background-color: #FF5127;
}
</style>
border-color css
<style>
span { border-color: #FF5127; }
span { border-color: rgb(255,81,39); }
td.TdClassName
{
border-color: #FF5127;
}
.TagClassName
{
border-color: #FF5127;
}
</style>