Shades of Outrageous Orange #F15D24
Tints of Outrageous Orange #F15D24
RGB
CMYK
RGB Variations
Color information
#F15D24 (or 0xF15D24) is known color: Outrageous Orange. HEX triplet: F1, 5D and 24. RGB value is (241,93,36). Sum of RGB (Red+Green+Blue) = 241+93+36=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D24 is #0EA2DB. Grayscale: #838383. Windows color (decimal): -959196 or 2383345. OLE color: 2383345.
HSL color Cylindrical-coordinate representation of color #F15D24: hue angle of 16.68º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F15D24 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 36 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.05 |
| HSL | 16.68º | 0.88% | 0.54% | - |
| HSV(B) | 16.68º | 0.85% | 0.95% | - |
| XYZ | 40.51 | 26.66 | 4.68 | - |
| YUV | 130.75 | 74.53 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 36 | 0 | 0.61 | 0.85 | 0.05 | 16.68 | 0.88 | 0.54 |
| Hex | F1 | 5D | 24 | 0 | 3D | 55 | 5 | 11 | 58 | 36 |
| Octal | 361 | 135 | 44 | 0 | 75 | 125 | 5 | 21 | 130 | 66 |
| Binary | 11110001 | 1011101 | 100100 | 0 | 111101 | 1010101 | 101 | 10001 | 1011000 | 110110 |
Color Harmonies of #F15D24
Complementary color
Monochromatic Colors of #F15D24
Black with #F15D24
Text Example
Text Example
White with #F15D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D24; }
p { color: rgb(241,93,36); }
H1.HeaderClassName
{
color: #F15D24;
}
.AnyTagClassName
{
color: #F15D24;
}
</style>
background-color css
<style>
a { background-color: #F15D24; }
a { background-color: rgb(241,93,36); }
div.DivClassName
{
background-color: #F15D24;
}
.BgClassName
{
background-color: #F15D24;
}
</style>
border-color css
<style>
span { border-color: #F15D24; }
span { border-color: rgb(241,93,36); }
td.TdClassName
{
border-color: #F15D24;
}
.TagClassName
{
border-color: #F15D24;
}
</style>