Shades of Outrageous Orange #F16536
Tints of Outrageous Orange #F16536
RGB
CMYK
RGB Variations
Color information
#F16536 (or 0xF16536) is known color: Outrageous Orange. HEX triplet: F1, 65 and 36. RGB value is (241,101,54). Sum of RGB (Red+Green+Blue) = 241+101+54=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F16536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16536 is #0E9AC9. Grayscale: #898989. Windows color (decimal): -957130 or 3565041. OLE color: 3565041.
HSL color Cylindrical-coordinate representation of color #F16536: hue angle of 15.08º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F16536 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 54 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.05 |
| HSL | 15.08º | 0.87% | 0.58% | - |
| HSV(B) | 15.08º | 0.78% | 0.95% | - |
| XYZ | 41.6 | 28.27 | 6.76 | - |
| YUV | 137.5 | 80.88 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 54 | 0 | 0.58 | 0.78 | 0.05 | 15.08 | 0.87 | 0.58 |
| Hex | F1 | 65 | 36 | 0 | 3A | 4E | 5 | F | 57 | 3A |
| Octal | 361 | 145 | 66 | 0 | 72 | 116 | 5 | 17 | 127 | 72 |
| Binary | 11110001 | 1100101 | 110110 | 0 | 111010 | 1001110 | 101 | 1111 | 1010111 | 111010 |
Color Harmonies of #F16536
Complementary color
Monochromatic Colors of #F16536
Black with #F16536
Text Example
Text Example
White with #F16536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16536; }
p { color: rgb(241,101,54); }
H1.HeaderClassName
{
color: #F16536;
}
.AnyTagClassName
{
color: #F16536;
}
</style>
background-color css
<style>
a { background-color: #F16536; }
a { background-color: rgb(241,101,54); }
div.DivClassName
{
background-color: #F16536;
}
.BgClassName
{
background-color: #F16536;
}
</style>
border-color css
<style>
span { border-color: #F16536; }
span { border-color: rgb(241,101,54); }
td.TdClassName
{
border-color: #F16536;
}
.TagClassName
{
border-color: #F16536;
}
</style>