Shades of Outrageous Orange #FF5123
Tints of Outrageous Orange #FF5123
RGB
CMYK
RGB Variations
Color information
#FF5123 (or 0xFF5123) is known color: Outrageous Orange. HEX triplet: FF, 51 and 23. RGB value is (255,81,35). Sum of RGB (Red+Green+Blue) = 255+81+35=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5123 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5123 is #00AEDC. Grayscale: #808080. Windows color (decimal): -44765 or 2314751. OLE color: 2314751.
HSL color Cylindrical-coordinate representation of color #FF5123: hue angle of 12.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF5123 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 35 | - |
| CMYK | 0 | 0.68 | 0.86 | 0 |
| HSL | 12.55º | 1% | 0.57% | - |
| HSV(B) | 12.55º | 0.86% | 1% | - |
| XYZ | 44.49 | 27.27 | 4.51 | - |
| YUV | 127.78 | 75.65 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 35 | 0 | 0.68 | 0.86 | 0 | 12.55 | 1 | 0.57 |
| Hex | FF | 51 | 23 | 0 | 44 | 56 | 0 | D | 64 | 39 |
| Octal | 377 | 121 | 43 | 0 | 104 | 126 | 0 | 15 | 144 | 71 |
| Binary | 11111111 | 1010001 | 100011 | 0 | 1000100 | 1010110 | 0 | 1101 | 1100100 | 111001 |
Color Harmonies of #FF5123
Complementary color
Monochromatic Colors of #FF5123
Black with #FF5123
Text Example
Text Example
White with #FF5123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5123; }
p { color: rgb(255,81,35); }
H1.HeaderClassName
{
color: #FF5123;
}
.AnyTagClassName
{
color: #FF5123;
}
</style>
background-color css
<style>
a { background-color: #FF5123; }
a { background-color: rgb(255,81,35); }
div.DivClassName
{
background-color: #FF5123;
}
.BgClassName
{
background-color: #FF5123;
}
</style>
border-color css
<style>
span { border-color: #FF5123; }
span { border-color: rgb(255,81,35); }
td.TdClassName
{
border-color: #FF5123;
}
.TagClassName
{
border-color: #FF5123;
}
</style>