Shades of Outrageous Orange #F2591E
Tints of Outrageous Orange #F2591E
RGB
CMYK
RGB Variations
Color information
#F2591E (or 0xF2591E) is known color: Outrageous Orange. HEX triplet: F2, 59 and 1E. RGB value is (242,89,30). Sum of RGB (Red+Green+Blue) = 242+89+30=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F2591E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2591E is #0DA6E1. Grayscale: #808080. Windows color (decimal): -894690 or 1989106. OLE color: 1989106.
HSL color Cylindrical-coordinate representation of color #F2591E: hue angle of 16.7º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2591E is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 30 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.05 |
| HSL | 16.7º | 0.89% | 0.53% | - |
| HSV(B) | 16.7º | 0.88% | 0.95% | - |
| XYZ | 40.42 | 26.12 | 4.14 | - |
| YUV | 128.02 | 72.69 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 30 | 0 | 0.63 | 0.88 | 0.05 | 16.7 | 0.89 | 0.53 |
| Hex | F2 | 59 | 1E | 0 | 3F | 58 | 5 | 11 | 59 | 35 |
| Octal | 362 | 131 | 36 | 0 | 77 | 130 | 5 | 21 | 131 | 65 |
| Binary | 11110010 | 1011001 | 11110 | 0 | 111111 | 1011000 | 101 | 10001 | 1011001 | 110101 |
Color Harmonies of #F2591E
Complementary color
Monochromatic Colors of #F2591E
Black with #F2591E
Text Example
Text Example
White with #F2591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2591E; }
p { color: rgb(242,89,30); }
H1.HeaderClassName
{
color: #F2591E;
}
.AnyTagClassName
{
color: #F2591E;
}
</style>
background-color css
<style>
a { background-color: #F2591E; }
a { background-color: rgb(242,89,30); }
div.DivClassName
{
background-color: #F2591E;
}
.BgClassName
{
background-color: #F2591E;
}
</style>
border-color css
<style>
span { border-color: #F2591E; }
span { border-color: rgb(242,89,30); }
td.TdClassName
{
border-color: #F2591E;
}
.TagClassName
{
border-color: #F2591E;
}
</style>