Shades of Outrageous Orange #FF5022
Tints of Outrageous Orange #FF5022
RGB
CMYK
RGB Variations
Color information
#FF5022 (or 0xFF5022) is known color: Outrageous Orange. HEX triplet: FF, 50 and 22. RGB value is (255,80,34). Sum of RGB (Red+Green+Blue) = 255+80+34=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5022 is #00AFDD. Grayscale: #7F7F7F. Windows color (decimal): -45022 or 2248959. OLE color: 2248959.
HSL color Cylindrical-coordinate representation of color #FF5022: hue angle of 12.49º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF5022 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 34 | - |
| CMYK | 0 | 0.69 | 0.87 | 0 |
| HSL | 12.49º | 1% | 0.57% | - |
| HSV(B) | 12.49º | 0.87% | 1% | - |
| XYZ | 44.4 | 27.11 | 4.41 | - |
| YUV | 127.08 | 75.48 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 34 | 0 | 0.69 | 0.87 | 0 | 12.49 | 1 | 0.57 |
| Hex | FF | 50 | 22 | 0 | 45 | 57 | 0 | C | 64 | 39 |
| Octal | 377 | 120 | 42 | 0 | 105 | 127 | 0 | 14 | 144 | 71 |
| Binary | 11111111 | 1010000 | 100010 | 0 | 1000101 | 1010111 | 0 | 1100 | 1100100 | 111001 |
Color Harmonies of #FF5022
Complementary color
Monochromatic Colors of #FF5022
Black with #FF5022
Text Example
Text Example
White with #FF5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5022; }
p { color: rgb(255,80,34); }
H1.HeaderClassName
{
color: #FF5022;
}
.AnyTagClassName
{
color: #FF5022;
}
</style>
background-color css
<style>
a { background-color: #FF5022; }
a { background-color: rgb(255,80,34); }
div.DivClassName
{
background-color: #FF5022;
}
.BgClassName
{
background-color: #FF5022;
}
</style>
border-color css
<style>
span { border-color: #FF5022; }
span { border-color: rgb(255,80,34); }
td.TdClassName
{
border-color: #FF5022;
}
.TagClassName
{
border-color: #FF5022;
}
</style>