Shades of Outrageous Orange #F16225
Tints of Outrageous Orange #F16225
RGB
CMYK
RGB Variations
Color information
#F16225 (or 0xF16225) is known color: Outrageous Orange. HEX triplet: F1, 62 and 25. RGB value is (241,98,37). Sum of RGB (Red+Green+Blue) = 241+98+37=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F16225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16225 is #0E9DDA. Grayscale: #868686. Windows color (decimal): -957915 or 2450161. OLE color: 2450161.
HSL color Cylindrical-coordinate representation of color #F16225: hue angle of 17.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F16225 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 37 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.05 |
| HSL | 17.94º | 0.88% | 0.55% | - |
| HSV(B) | 17.94º | 0.85% | 0.95% | - |
| XYZ | 40.98 | 27.57 | 4.91 | - |
| YUV | 133.8 | 73.38 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 37 | 0 | 0.59 | 0.85 | 0.05 | 17.94 | 0.88 | 0.55 |
| Hex | F1 | 62 | 25 | 0 | 3B | 55 | 5 | 12 | 58 | 37 |
| Octal | 361 | 142 | 45 | 0 | 73 | 125 | 5 | 22 | 130 | 67 |
| Binary | 11110001 | 1100010 | 100101 | 0 | 111011 | 1010101 | 101 | 10010 | 1011000 | 110111 |
Color Harmonies of #F16225
Complementary color
Monochromatic Colors of #F16225
Black with #F16225
Text Example
Text Example
White with #F16225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16225; }
p { color: rgb(241,98,37); }
H1.HeaderClassName
{
color: #F16225;
}
.AnyTagClassName
{
color: #F16225;
}
</style>
background-color css
<style>
a { background-color: #F16225; }
a { background-color: rgb(241,98,37); }
div.DivClassName
{
background-color: #F16225;
}
.BgClassName
{
background-color: #F16225;
}
</style>
border-color css
<style>
span { border-color: #F16225; }
span { border-color: rgb(241,98,37); }
td.TdClassName
{
border-color: #F16225;
}
.TagClassName
{
border-color: #F16225;
}
</style>