Shades of Outrageous Orange #FF5D28
Tints of Outrageous Orange #FF5D28
RGB
CMYK
RGB Variations
Color information
#FF5D28 (or 0xFF5D28) is known color: Outrageous Orange. HEX triplet: FF, 5D and 28. RGB value is (255,93,40). Sum of RGB (Red+Green+Blue) = 255+93+40=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D28 is #00A2D7. Grayscale: #878787. Windows color (decimal): -41688 or 2645503. OLE color: 2645503.
HSL color Cylindrical-coordinate representation of color #FF5D28: hue angle of 14.79º 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 #FF5D28 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 40 | - |
| CMYK | 0 | 0.64 | 0.84 | 0 |
| HSL | 14.79º | 1% | 0.58% | - |
| HSV(B) | 14.79º | 0.84% | 1% | - |
| XYZ | 45.54 | 29.24 | 5.25 | - |
| YUV | 135.4 | 74.17 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 40 | 0 | 0.64 | 0.84 | 0 | 14.79 | 1 | 0.58 |
| Hex | FF | 5D | 28 | 0 | 40 | 54 | 0 | F | 64 | 3A |
| Octal | 377 | 135 | 50 | 0 | 100 | 124 | 0 | 17 | 144 | 72 |
| Binary | 11111111 | 1011101 | 101000 | 0 | 1000000 | 1010100 | 0 | 1111 | 1100100 | 111010 |
Color Harmonies of #FF5D28
Complementary color
Monochromatic Colors of #FF5D28
Black with #FF5D28
Text Example
Text Example
White with #FF5D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D28; }
p { color: rgb(255,93,40); }
H1.HeaderClassName
{
color: #FF5D28;
}
.AnyTagClassName
{
color: #FF5D28;
}
</style>
background-color css
<style>
a { background-color: #FF5D28; }
a { background-color: rgb(255,93,40); }
div.DivClassName
{
background-color: #FF5D28;
}
.BgClassName
{
background-color: #FF5D28;
}
</style>
border-color css
<style>
span { border-color: #FF5D28; }
span { border-color: rgb(255,93,40); }
td.TdClassName
{
border-color: #FF5D28;
}
.TagClassName
{
border-color: #FF5D28;
}
</style>