Shades of Outrageous Orange #FF5028
Tints of Outrageous Orange #FF5028
RGB
CMYK
RGB Variations
Color information
#FF5028 (or 0xFF5028) is known color: Outrageous Orange. HEX triplet: FF, 50 and 28. RGB value is (255,80,40). Sum of RGB (Red+Green+Blue) = 255+80+40=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5028 is #00AFD7. Grayscale: #808080. Windows color (decimal): -45016 or 2642175. OLE color: 2642175.
HSL color Cylindrical-coordinate representation of color #FF5028: hue angle of 11.16º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF5028 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 40 | - |
| CMYK | 0 | 0.69 | 0.84 | 0 |
| HSL | 11.16º | 1% | 0.58% | - |
| HSV(B) | 11.16º | 0.84% | 1% | - |
| XYZ | 44.49 | 27.15 | 4.9 | - |
| YUV | 127.77 | 78.48 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 40 | 0 | 0.69 | 0.84 | 0 | 11.16 | 1 | 0.58 |
| Hex | FF | 50 | 28 | 0 | 45 | 54 | 0 | B | 64 | 3A |
| Octal | 377 | 120 | 50 | 0 | 105 | 124 | 0 | 13 | 144 | 72 |
| Binary | 11111111 | 1010000 | 101000 | 0 | 1000101 | 1010100 | 0 | 1011 | 1100100 | 111010 |
Color Harmonies of #FF5028
Complementary color
Monochromatic Colors of #FF5028
Black with #FF5028
Text Example
Text Example
White with #FF5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5028; }
p { color: rgb(255,80,40); }
H1.HeaderClassName
{
color: #FF5028;
}
.AnyTagClassName
{
color: #FF5028;
}
</style>
background-color css
<style>
a { background-color: #FF5028; }
a { background-color: rgb(255,80,40); }
div.DivClassName
{
background-color: #FF5028;
}
.BgClassName
{
background-color: #FF5028;
}
</style>
border-color css
<style>
span { border-color: #FF5028; }
span { border-color: rgb(255,80,40); }
td.TdClassName
{
border-color: #FF5028;
}
.TagClassName
{
border-color: #FF5028;
}
</style>