Shades of Outrageous Orange #F15429
Tints of Outrageous Orange #F15429
RGB
CMYK
RGB Variations
Color information
#F15429 (or 0xF15429) is known color: Outrageous Orange. HEX triplet: F1, 54 and 29. RGB value is (241,84,41). Sum of RGB (Red+Green+Blue) = 241+84+41=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F15429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15429 is #0EABD6. Grayscale: #7E7E7E. Windows color (decimal): -961495 or 2708721. OLE color: 2708721.
HSL color Cylindrical-coordinate representation of color #F15429: hue angle of 12.9º 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 #F15429 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 41 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.05 |
| HSL | 12.9º | 0.88% | 0.55% | - |
| HSV(B) | 12.9º | 0.83% | 0.95% | - |
| XYZ | 39.85 | 25.2 | 4.86 | - |
| YUV | 126.04 | 80.01 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 41 | 0 | 0.65 | 0.83 | 0.05 | 12.9 | 0.88 | 0.55 |
| Hex | F1 | 54 | 29 | 0 | 41 | 53 | 5 | D | 58 | 37 |
| Octal | 361 | 124 | 51 | 0 | 101 | 123 | 5 | 15 | 130 | 67 |
| Binary | 11110001 | 1010100 | 101001 | 0 | 1000001 | 1010011 | 101 | 1101 | 1011000 | 110111 |
Color Harmonies of #F15429
Complementary color
Monochromatic Colors of #F15429
Black with #F15429
Text Example
Text Example
White with #F15429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15429; }
p { color: rgb(241,84,41); }
H1.HeaderClassName
{
color: #F15429;
}
.AnyTagClassName
{
color: #F15429;
}
</style>
background-color css
<style>
a { background-color: #F15429; }
a { background-color: rgb(241,84,41); }
div.DivClassName
{
background-color: #F15429;
}
.BgClassName
{
background-color: #F15429;
}
</style>
border-color css
<style>
span { border-color: #F15429; }
span { border-color: rgb(241,84,41); }
td.TdClassName
{
border-color: #F15429;
}
.TagClassName
{
border-color: #F15429;
}
</style>