Shades of Outrageous Orange #F16533
Tints of Outrageous Orange #F16533
RGB
CMYK
RGB Variations
Color information
#F16533 (or 0xF16533) is known color: Outrageous Orange. HEX triplet: F1, 65 and 33. RGB value is (241,101,51). Sum of RGB (Red+Green+Blue) = 241+101+51=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F16533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16533 is #0E9ACC. Grayscale: #898989. Windows color (decimal): -957133 or 3368433. OLE color: 3368433.
HSL color Cylindrical-coordinate representation of color #F16533: hue angle of 15.79º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F16533 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 51 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.05 |
| HSL | 15.79º | 0.87% | 0.57% | - |
| HSV(B) | 15.79º | 0.79% | 0.95% | - |
| XYZ | 41.53 | 28.25 | 6.4 | - |
| YUV | 137.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 51 | 0 | 0.58 | 0.79 | 0.05 | 15.79 | 0.87 | 0.57 |
| Hex | F1 | 65 | 33 | 0 | 3A | 4F | 5 | 10 | 57 | 39 |
| Octal | 361 | 145 | 63 | 0 | 72 | 117 | 5 | 20 | 127 | 71 |
| Binary | 11110001 | 1100101 | 110011 | 0 | 111010 | 1001111 | 101 | 10000 | 1010111 | 111001 |
Color Harmonies of #F16533
Complementary color
Monochromatic Colors of #F16533
Black with #F16533
Text Example
Text Example
White with #F16533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16533; }
p { color: rgb(241,101,51); }
H1.HeaderClassName
{
color: #F16533;
}
.AnyTagClassName
{
color: #F16533;
}
</style>
background-color css
<style>
a { background-color: #F16533; }
a { background-color: rgb(241,101,51); }
div.DivClassName
{
background-color: #F16533;
}
.BgClassName
{
background-color: #F16533;
}
</style>
border-color css
<style>
span { border-color: #F16533; }
span { border-color: rgb(241,101,51); }
td.TdClassName
{
border-color: #F16533;
}
.TagClassName
{
border-color: #F16533;
}
</style>