Shades of Outrageous Orange #F25937
Tints of Outrageous Orange #F25937
RGB
CMYK
RGB Variations
Color information
#F25937 (or 0xF25937) is known color: Outrageous Orange. HEX triplet: F2, 59 and 37. RGB value is (242,89,55). Sum of RGB (Red+Green+Blue) = 242+89+55=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F25937 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25937 is #0DA6C8. Grayscale: #838383. Windows color (decimal): -894665 or 3627506. OLE color: 3627506.
HSL color Cylindrical-coordinate representation of color #F25937: hue angle of 10.91º 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 #F25937 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 55 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.05 |
| HSL | 10.91º | 0.88% | 0.58% | - |
| HSV(B) | 10.91º | 0.77% | 0.95% | - |
| XYZ | 40.88 | 26.3 | 6.54 | - |
| YUV | 130.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 55 | 0 | 0.63 | 0.77 | 0.05 | 10.91 | 0.88 | 0.58 |
| Hex | F2 | 59 | 37 | 0 | 3F | 4D | 5 | B | 58 | 3A |
| Octal | 362 | 131 | 67 | 0 | 77 | 115 | 5 | 13 | 130 | 72 |
| Binary | 11110010 | 1011001 | 110111 | 0 | 111111 | 1001101 | 101 | 1011 | 1011000 | 111010 |
Color Harmonies of #F25937
Complementary color
Monochromatic Colors of #F25937
Black with #F25937
Text Example
Text Example
White with #F25937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25937; }
p { color: rgb(242,89,55); }
H1.HeaderClassName
{
color: #F25937;
}
.AnyTagClassName
{
color: #F25937;
}
</style>
background-color css
<style>
a { background-color: #F25937; }
a { background-color: rgb(242,89,55); }
div.DivClassName
{
background-color: #F25937;
}
.BgClassName
{
background-color: #F25937;
}
</style>
border-color css
<style>
span { border-color: #F25937; }
span { border-color: rgb(242,89,55); }
td.TdClassName
{
border-color: #F25937;
}
.TagClassName
{
border-color: #F25937;
}
</style>