Shades of Outrageous Orange #F25936
Tints of Outrageous Orange #F25936
RGB
CMYK
RGB Variations
Color information
#F25936 (or 0xF25936) is known color: Outrageous Orange. HEX triplet: F2, 59 and 36. RGB value is (242,89,54). Sum of RGB (Red+Green+Blue) = 242+89+54=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F25936 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25936 is #0DA6C9. Grayscale: #838383. Windows color (decimal): -894666 or 3561970. OLE color: 3561970.
HSL color Cylindrical-coordinate representation of color #F25936: hue angle of 11.17º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F25936 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 54 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.05 |
| HSL | 11.17º | 0.88% | 0.58% | - |
| HSV(B) | 11.17º | 0.78% | 0.95% | - |
| XYZ | 40.86 | 26.29 | 6.41 | - |
| YUV | 130.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 54 | 0 | 0.63 | 0.78 | 0.05 | 11.17 | 0.88 | 0.58 |
| Hex | F2 | 59 | 36 | 0 | 3F | 4E | 5 | B | 58 | 3A |
| Octal | 362 | 131 | 66 | 0 | 77 | 116 | 5 | 13 | 130 | 72 |
| Binary | 11110010 | 1011001 | 110110 | 0 | 111111 | 1001110 | 101 | 1011 | 1011000 | 111010 |
Color Harmonies of #F25936
Complementary color
Monochromatic Colors of #F25936
Black with #F25936
Text Example
Text Example
White with #F25936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25936; }
p { color: rgb(242,89,54); }
H1.HeaderClassName
{
color: #F25936;
}
.AnyTagClassName
{
color: #F25936;
}
</style>
background-color css
<style>
a { background-color: #F25936; }
a { background-color: rgb(242,89,54); }
div.DivClassName
{
background-color: #F25936;
}
.BgClassName
{
background-color: #F25936;
}
</style>
border-color css
<style>
span { border-color: #F25936; }
span { border-color: rgb(242,89,54); }
td.TdClassName
{
border-color: #F25936;
}
.TagClassName
{
border-color: #F25936;
}
</style>