Shades of Outrageous Orange #F2593A
Tints of Outrageous Orange #F2593A
RGB
CMYK
RGB Variations
Color information
#F2593A (or 0xF2593A) is known color: Outrageous Orange. HEX triplet: F2, 59 and 3A. RGB value is (242,89,58). Sum of RGB (Red+Green+Blue) = 242+89+58=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2593A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2593A is #0DA6C5. Grayscale: #838383. Windows color (decimal): -894662 or 3824114. OLE color: 3824114.
HSL color Cylindrical-coordinate representation of color #F2593A: hue angle of 10.11º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2593A is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 58 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.05 |
| HSL | 10.11º | 0.88% | 0.59% | - |
| HSV(B) | 10.11º | 0.76% | 0.95% | - |
| XYZ | 40.95 | 26.33 | 6.93 | - |
| YUV | 131.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 58 | 0 | 0.63 | 0.76 | 0.05 | 10.11 | 0.88 | 0.59 |
| Hex | F2 | 59 | 3A | 0 | 3F | 4C | 5 | A | 58 | 3B |
| Octal | 362 | 131 | 72 | 0 | 77 | 114 | 5 | 12 | 130 | 73 |
| Binary | 11110010 | 1011001 | 111010 | 0 | 111111 | 1001100 | 101 | 1010 | 1011000 | 111011 |
Color Harmonies of #F2593A
Complementary color
Monochromatic Colors of #F2593A
Black with #F2593A
Text Example
Text Example
White with #F2593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2593A; }
p { color: rgb(242,89,58); }
H1.HeaderClassName
{
color: #F2593A;
}
.AnyTagClassName
{
color: #F2593A;
}
</style>
background-color css
<style>
a { background-color: #F2593A; }
a { background-color: rgb(242,89,58); }
div.DivClassName
{
background-color: #F2593A;
}
.BgClassName
{
background-color: #F2593A;
}
</style>
border-color css
<style>
span { border-color: #F2593A; }
span { border-color: rgb(242,89,58); }
td.TdClassName
{
border-color: #F2593A;
}
.TagClassName
{
border-color: #F2593A;
}
</style>