Shades of Outrageous Orange #F16023
Tints of Outrageous Orange #F16023
RGB
CMYK
RGB Variations
Color information
#F16023 (or 0xF16023) is known color: Outrageous Orange. HEX triplet: F1, 60 and 23. RGB value is (241,96,35). Sum of RGB (Red+Green+Blue) = 241+96+35=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F16023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16023 is #0E9FDC. Grayscale: #848484. Windows color (decimal): -958429 or 2318577. OLE color: 2318577.
HSL color Cylindrical-coordinate representation of color #F16023: hue angle of 17.77º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F16023 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 35 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.05 |
| HSL | 17.77º | 0.88% | 0.54% | - |
| HSV(B) | 17.77º | 0.85% | 0.95% | - |
| XYZ | 40.76 | 27.19 | 4.69 | - |
| YUV | 132.4 | 73.04 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 35 | 0 | 0.60 | 0.85 | 0.05 | 17.77 | 0.88 | 0.54 |
| Hex | F1 | 60 | 23 | 0 | 3C | 55 | 5 | 12 | 58 | 36 |
| Octal | 361 | 140 | 43 | 0 | 74 | 125 | 5 | 22 | 130 | 66 |
| Binary | 11110001 | 1100000 | 100011 | 0 | 111100 | 1010101 | 101 | 10010 | 1011000 | 110110 |
Color Harmonies of #F16023
Complementary color
Monochromatic Colors of #F16023
Black with #F16023
Text Example
Text Example
White with #F16023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16023; }
p { color: rgb(241,96,35); }
H1.HeaderClassName
{
color: #F16023;
}
.AnyTagClassName
{
color: #F16023;
}
</style>
background-color css
<style>
a { background-color: #F16023; }
a { background-color: rgb(241,96,35); }
div.DivClassName
{
background-color: #F16023;
}
.BgClassName
{
background-color: #F16023;
}
</style>
border-color css
<style>
span { border-color: #F16023; }
span { border-color: rgb(241,96,35); }
td.TdClassName
{
border-color: #F16023;
}
.TagClassName
{
border-color: #F16023;
}
</style>