Shades of Outrageous Orange #F15529
Tints of Outrageous Orange #F15529
RGB
CMYK
RGB Variations
Color information
#F15529 (or 0xF15529) is known color: Outrageous Orange. HEX triplet: F1, 55 and 29. RGB value is (241,85,41). Sum of RGB (Red+Green+Blue) = 241+85+41=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F15529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15529 is #0EAAD6. Grayscale: #7E7E7E. Windows color (decimal): -961239 or 2708977. OLE color: 2708977.
HSL color Cylindrical-coordinate representation of color #F15529: hue angle of 13.2º 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 #F15529 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 41 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.05 |
| HSL | 13.2º | 0.88% | 0.55% | - |
| HSV(B) | 13.2º | 0.83% | 0.95% | - |
| XYZ | 39.92 | 25.36 | 4.89 | - |
| YUV | 126.63 | 79.68 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 41 | 0 | 0.65 | 0.83 | 0.05 | 13.2 | 0.88 | 0.55 |
| Hex | F1 | 55 | 29 | 0 | 41 | 53 | 5 | D | 58 | 37 |
| Octal | 361 | 125 | 51 | 0 | 101 | 123 | 5 | 15 | 130 | 67 |
| Binary | 11110001 | 1010101 | 101001 | 0 | 1000001 | 1010011 | 101 | 1101 | 1011000 | 110111 |
Color Harmonies of #F15529
Complementary color
Monochromatic Colors of #F15529
Black with #F15529
Text Example
Text Example
White with #F15529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15529; }
p { color: rgb(241,85,41); }
H1.HeaderClassName
{
color: #F15529;
}
.AnyTagClassName
{
color: #F15529;
}
</style>
background-color css
<style>
a { background-color: #F15529; }
a { background-color: rgb(241,85,41); }
div.DivClassName
{
background-color: #F15529;
}
.BgClassName
{
background-color: #F15529;
}
</style>
border-color css
<style>
span { border-color: #F15529; }
span { border-color: rgb(241,85,41); }
td.TdClassName
{
border-color: #F15529;
}
.TagClassName
{
border-color: #F15529;
}
</style>