Shades of Outrageous Orange #FF5C28
Tints of Outrageous Orange #FF5C28
RGB
CMYK
RGB Variations
Color information
#FF5C28 (or 0xFF5C28) is known color: Outrageous Orange. HEX triplet: FF, 5C and 28. RGB value is (255,92,40). Sum of RGB (Red+Green+Blue) = 255+92+40=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C28 is #00A3D7. Grayscale: #878787. Windows color (decimal): -41944 or 2645247. OLE color: 2645247.
HSL color Cylindrical-coordinate representation of color #FF5C28: hue angle of 14.51º 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 #FF5C28 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 40 | - |
| CMYK | 0 | 0.64 | 0.84 | 0 |
| HSL | 14.51º | 1% | 0.58% | - |
| HSV(B) | 14.51º | 0.84% | 1% | - |
| XYZ | 45.45 | 29.07 | 5.22 | - |
| YUV | 134.81 | 74.5 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 40 | 0 | 0.64 | 0.84 | 0 | 14.51 | 1 | 0.58 |
| Hex | FF | 5C | 28 | 0 | 40 | 54 | 0 | F | 64 | 3A |
| Octal | 377 | 134 | 50 | 0 | 100 | 124 | 0 | 17 | 144 | 72 |
| Binary | 11111111 | 1011100 | 101000 | 0 | 1000000 | 1010100 | 0 | 1111 | 1100100 | 111010 |
Color Harmonies of #FF5C28
Complementary color
Monochromatic Colors of #FF5C28
Black with #FF5C28
Text Example
Text Example
White with #FF5C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C28; }
p { color: rgb(255,92,40); }
H1.HeaderClassName
{
color: #FF5C28;
}
.AnyTagClassName
{
color: #FF5C28;
}
</style>
background-color css
<style>
a { background-color: #FF5C28; }
a { background-color: rgb(255,92,40); }
div.DivClassName
{
background-color: #FF5C28;
}
.BgClassName
{
background-color: #FF5C28;
}
</style>
border-color css
<style>
span { border-color: #FF5C28; }
span { border-color: rgb(255,92,40); }
td.TdClassName
{
border-color: #FF5C28;
}
.TagClassName
{
border-color: #FF5C28;
}
</style>