Shades of Outrageous Orange #F16335
Tints of Outrageous Orange #F16335
RGB
CMYK
RGB Variations
Color information
#F16335 (or 0xF16335) is known color: Outrageous Orange. HEX triplet: F1, 63 and 35. RGB value is (241,99,53). Sum of RGB (Red+Green+Blue) = 241+99+53=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F16335 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16335 is #0E9CCA. Grayscale: #888888. Windows color (decimal): -957643 or 3498993. OLE color: 3498993.
HSL color Cylindrical-coordinate representation of color #F16335: hue angle of 14.68º 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 #F16335 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 53 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.05 |
| HSL | 14.68º | 0.87% | 0.58% | - |
| HSV(B) | 14.68º | 0.78% | 0.95% | - |
| XYZ | 41.38 | 27.88 | 6.57 | - |
| YUV | 136.21 | 81.04 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 53 | 0 | 0.59 | 0.78 | 0.05 | 14.68 | 0.87 | 0.58 |
| Hex | F1 | 63 | 35 | 0 | 3B | 4E | 5 | F | 57 | 3A |
| Octal | 361 | 143 | 65 | 0 | 73 | 116 | 5 | 17 | 127 | 72 |
| Binary | 11110001 | 1100011 | 110101 | 0 | 111011 | 1001110 | 101 | 1111 | 1010111 | 111010 |
Color Harmonies of #F16335
Complementary color
Monochromatic Colors of #F16335
Black with #F16335
Text Example
Text Example
White with #F16335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16335; }
p { color: rgb(241,99,53); }
H1.HeaderClassName
{
color: #F16335;
}
.AnyTagClassName
{
color: #F16335;
}
</style>
background-color css
<style>
a { background-color: #F16335; }
a { background-color: rgb(241,99,53); }
div.DivClassName
{
background-color: #F16335;
}
.BgClassName
{
background-color: #F16335;
}
</style>
border-color css
<style>
span { border-color: #F16335; }
span { border-color: rgb(241,99,53); }
td.TdClassName
{
border-color: #F16335;
}
.TagClassName
{
border-color: #F16335;
}
</style>