Shades of Outrageous Orange #F15629
Tints of Outrageous Orange #F15629
RGB
CMYK
RGB Variations
Color information
#F15629 (or 0xF15629) is known color: Outrageous Orange. HEX triplet: F1, 56 and 29. RGB value is (241,86,41). Sum of RGB (Red+Green+Blue) = 241+86+41=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F15629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15629 is #0EA9D6. Grayscale: #7F7F7F. Windows color (decimal): -960983 or 2709233. OLE color: 2709233.
HSL color Cylindrical-coordinate representation of color #F15629: hue angle of 13.5º 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 #F15629 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 41 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.05 |
| HSL | 13.5º | 0.88% | 0.55% | - |
| HSV(B) | 13.5º | 0.83% | 0.95% | - |
| XYZ | 40 | 25.52 | 4.91 | - |
| YUV | 127.22 | 79.35 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 41 | 0 | 0.64 | 0.83 | 0.05 | 13.5 | 0.88 | 0.55 |
| Hex | F1 | 56 | 29 | 0 | 40 | 53 | 5 | E | 58 | 37 |
| Octal | 361 | 126 | 51 | 0 | 100 | 123 | 5 | 16 | 130 | 67 |
| Binary | 11110001 | 1010110 | 101001 | 0 | 1000000 | 1010011 | 101 | 1110 | 1011000 | 110111 |
Color Harmonies of #F15629
Complementary color
Monochromatic Colors of #F15629
Black with #F15629
Text Example
Text Example
White with #F15629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15629; }
p { color: rgb(241,86,41); }
H1.HeaderClassName
{
color: #F15629;
}
.AnyTagClassName
{
color: #F15629;
}
</style>
background-color css
<style>
a { background-color: #F15629; }
a { background-color: rgb(241,86,41); }
div.DivClassName
{
background-color: #F15629;
}
.BgClassName
{
background-color: #F15629;
}
</style>
border-color css
<style>
span { border-color: #F15629; }
span { border-color: rgb(241,86,41); }
td.TdClassName
{
border-color: #F15629;
}
.TagClassName
{
border-color: #F15629;
}
</style>