Shades of Outrageous Orange #F25837
Tints of Outrageous Orange #F25837
RGB
CMYK
RGB Variations
Color information
#F25837 (or 0xF25837) is known color: Outrageous Orange. HEX triplet: F2, 58 and 37. RGB value is (242,88,55). Sum of RGB (Red+Green+Blue) = 242+88+55=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F25837 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25837 is #0DA7C8. Grayscale: #828282. Windows color (decimal): -894921 or 3627250. OLE color: 3627250.
HSL color Cylindrical-coordinate representation of color #F25837: hue angle of 10.59º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F25837 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 55 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.05 |
| HSL | 10.59º | 0.88% | 0.58% | - |
| HSV(B) | 10.59º | 0.77% | 0.95% | - |
| XYZ | 40.8 | 26.13 | 6.51 | - |
| YUV | 130.28 | 85.52 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 55 | 0 | 0.64 | 0.77 | 0.05 | 10.59 | 0.88 | 0.58 |
| Hex | F2 | 58 | 37 | 0 | 40 | 4D | 5 | B | 58 | 3A |
| Octal | 362 | 130 | 67 | 0 | 100 | 115 | 5 | 13 | 130 | 72 |
| Binary | 11110010 | 1011000 | 110111 | 0 | 1000000 | 1001101 | 101 | 1011 | 1011000 | 111010 |
Color Harmonies of #F25837
Complementary color
Monochromatic Colors of #F25837
Black with #F25837
Text Example
Text Example
White with #F25837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25837; }
p { color: rgb(242,88,55); }
H1.HeaderClassName
{
color: #F25837;
}
.AnyTagClassName
{
color: #F25837;
}
</style>
background-color css
<style>
a { background-color: #F25837; }
a { background-color: rgb(242,88,55); }
div.DivClassName
{
background-color: #F25837;
}
.BgClassName
{
background-color: #F25837;
}
</style>
border-color css
<style>
span { border-color: #F25837; }
span { border-color: rgb(242,88,55); }
td.TdClassName
{
border-color: #F25837;
}
.TagClassName
{
border-color: #F25837;
}
</style>