Shades of Outrageous Orange #F16334
Tints of Outrageous Orange #F16334
RGB
CMYK
RGB Variations
Color information
#F16334 (or 0xF16334) is known color: Outrageous Orange. HEX triplet: F1, 63 and 34. RGB value is (241,99,52). Sum of RGB (Red+Green+Blue) = 241+99+52=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F16334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16334 is #0E9CCB. Grayscale: #888888. Windows color (decimal): -957644 or 3433457. OLE color: 3433457.
HSL color Cylindrical-coordinate representation of color #F16334: hue angle of 14.92º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F16334 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 52 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.05 |
| HSL | 14.92º | 0.87% | 0.57% | - |
| HSV(B) | 14.92º | 0.78% | 0.95% | - |
| XYZ | 41.36 | 27.87 | 6.45 | - |
| YUV | 136.1 | 80.54 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 52 | 0 | 0.59 | 0.78 | 0.05 | 14.92 | 0.87 | 0.57 |
| Hex | F1 | 63 | 34 | 0 | 3B | 4E | 5 | F | 57 | 39 |
| Octal | 361 | 143 | 64 | 0 | 73 | 116 | 5 | 17 | 127 | 71 |
| Binary | 11110001 | 1100011 | 110100 | 0 | 111011 | 1001110 | 101 | 1111 | 1010111 | 111001 |
Color Harmonies of #F16334
Complementary color
Monochromatic Colors of #F16334
Black with #F16334
Text Example
Text Example
White with #F16334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16334; }
p { color: rgb(241,99,52); }
H1.HeaderClassName
{
color: #F16334;
}
.AnyTagClassName
{
color: #F16334;
}
</style>
background-color css
<style>
a { background-color: #F16334; }
a { background-color: rgb(241,99,52); }
div.DivClassName
{
background-color: #F16334;
}
.BgClassName
{
background-color: #F16334;
}
</style>
border-color css
<style>
span { border-color: #F16334; }
span { border-color: rgb(241,99,52); }
td.TdClassName
{
border-color: #F16334;
}
.TagClassName
{
border-color: #F16334;
}
</style>