Shades of Outrageous Orange #FF5C24
Tints of Outrageous Orange #FF5C24
RGB
CMYK
RGB Variations
Color information
#FF5C24 (or 0xFF5C24) is known color: Outrageous Orange. HEX triplet: FF, 5C and 24. RGB value is (255,92,36). Sum of RGB (Red+Green+Blue) = 255+92+36=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C24 is #00A3DB. Grayscale: #868686. Windows color (decimal): -41948 or 2383103. OLE color: 2383103.
HSL color Cylindrical-coordinate representation of color #FF5C24: hue angle of 15.34º 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 #FF5C24 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 36 | - |
| CMYK | 0 | 0.64 | 0.86 | 0 |
| HSL | 15.34º | 1% | 0.57% | - |
| HSV(B) | 15.34º | 0.86% | 1% | - |
| XYZ | 45.39 | 29.04 | 4.88 | - |
| YUV | 134.35 | 72.5 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 36 | 0 | 0.64 | 0.86 | 0 | 15.34 | 1 | 0.57 |
| Hex | FF | 5C | 24 | 0 | 40 | 56 | 0 | F | 64 | 39 |
| Octal | 377 | 134 | 44 | 0 | 100 | 126 | 0 | 17 | 144 | 71 |
| Binary | 11111111 | 1011100 | 100100 | 0 | 1000000 | 1010110 | 0 | 1111 | 1100100 | 111001 |
Color Harmonies of #FF5C24
Complementary color
Monochromatic Colors of #FF5C24
Black with #FF5C24
Text Example
Text Example
White with #FF5C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C24; }
p { color: rgb(255,92,36); }
H1.HeaderClassName
{
color: #FF5C24;
}
.AnyTagClassName
{
color: #FF5C24;
}
</style>
background-color css
<style>
a { background-color: #FF5C24; }
a { background-color: rgb(255,92,36); }
div.DivClassName
{
background-color: #FF5C24;
}
.BgClassName
{
background-color: #FF5C24;
}
</style>
border-color css
<style>
span { border-color: #FF5C24; }
span { border-color: rgb(255,92,36); }
td.TdClassName
{
border-color: #FF5C24;
}
.TagClassName
{
border-color: #FF5C24;
}
</style>