Shades of Outrageous Orange #F15D29
Tints of Outrageous Orange #F15D29
RGB
CMYK
RGB Variations
Color information
#F15D29 (or 0xF15D29) is known color: Outrageous Orange. HEX triplet: F1, 5D and 29. RGB value is (241,93,41). Sum of RGB (Red+Green+Blue) = 241+93+41=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D29 is #0EA2D6. Grayscale: #838383. Windows color (decimal): -959191 or 2711025. OLE color: 2711025.
HSL color Cylindrical-coordinate representation of color #F15D29: hue angle of 15.6º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F15D29 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 41 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.05 |
| HSL | 15.6º | 0.88% | 0.55% | - |
| HSV(B) | 15.6º | 0.83% | 0.95% | - |
| XYZ | 40.59 | 26.69 | 5.11 | - |
| YUV | 131.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 41 | 0 | 0.61 | 0.83 | 0.05 | 15.6 | 0.88 | 0.55 |
| Hex | F1 | 5D | 29 | 0 | 3D | 53 | 5 | 10 | 58 | 37 |
| Octal | 361 | 135 | 51 | 0 | 75 | 123 | 5 | 20 | 130 | 67 |
| Binary | 11110001 | 1011101 | 101001 | 0 | 111101 | 1010011 | 101 | 10000 | 1011000 | 110111 |
Color Harmonies of #F15D29
Complementary color
Monochromatic Colors of #F15D29
Black with #F15D29
Text Example
Text Example
White with #F15D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D29; }
p { color: rgb(241,93,41); }
H1.HeaderClassName
{
color: #F15D29;
}
.AnyTagClassName
{
color: #F15D29;
}
</style>
background-color css
<style>
a { background-color: #F15D29; }
a { background-color: rgb(241,93,41); }
div.DivClassName
{
background-color: #F15D29;
}
.BgClassName
{
background-color: #F15D29;
}
</style>
border-color css
<style>
span { border-color: #F15D29; }
span { border-color: rgb(241,93,41); }
td.TdClassName
{
border-color: #F15D29;
}
.TagClassName
{
border-color: #F15D29;
}
</style>