Shades of Outrageous Orange #F25839
Tints of Outrageous Orange #F25839
RGB
CMYK
RGB Variations
Color information
#F25839 (or 0xF25839) is known color: Outrageous Orange. HEX triplet: F2, 58 and 39. RGB value is (242,88,57). Sum of RGB (Red+Green+Blue) = 242+88+57=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F25839 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25839 is #0DA7C6. Grayscale: #828282. Windows color (decimal): -894919 or 3758322. OLE color: 3758322.
HSL color Cylindrical-coordinate representation of color #F25839: hue angle of 10.05º 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 #F25839 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 57 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.05 |
| HSL | 10.05º | 0.88% | 0.59% | - |
| HSV(B) | 10.05º | 0.76% | 0.95% | - |
| XYZ | 40.85 | 26.15 | 6.77 | - |
| YUV | 130.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 57 | 0 | 0.64 | 0.76 | 0.05 | 10.05 | 0.88 | 0.59 |
| Hex | F2 | 58 | 39 | 0 | 40 | 4C | 5 | A | 58 | 3B |
| Octal | 362 | 130 | 71 | 0 | 100 | 114 | 5 | 12 | 130 | 73 |
| Binary | 11110010 | 1011000 | 111001 | 0 | 1000000 | 1001100 | 101 | 1010 | 1011000 | 111011 |
Color Harmonies of #F25839
Complementary color
Monochromatic Colors of #F25839
Black with #F25839
Text Example
Text Example
White with #F25839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25839; }
p { color: rgb(242,88,57); }
H1.HeaderClassName
{
color: #F25839;
}
.AnyTagClassName
{
color: #F25839;
}
</style>
background-color css
<style>
a { background-color: #F25839; }
a { background-color: rgb(242,88,57); }
div.DivClassName
{
background-color: #F25839;
}
.BgClassName
{
background-color: #F25839;
}
</style>
border-color css
<style>
span { border-color: #F25839; }
span { border-color: rgb(242,88,57); }
td.TdClassName
{
border-color: #F25839;
}
.TagClassName
{
border-color: #F25839;
}
</style>