Shades of Outrageous Orange #F25928
Tints of Outrageous Orange #F25928
RGB
CMYK
RGB Variations
Color information
#F25928 (or 0xF25928) is known color: Outrageous Orange. HEX triplet: F2, 59 and 28. RGB value is (242,89,40). Sum of RGB (Red+Green+Blue) = 242+89+40=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F25928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25928 is #0DA6D7. Grayscale: #818181. Windows color (decimal): -894680 or 2644466. OLE color: 2644466.
HSL color Cylindrical-coordinate representation of color #F25928: hue angle of 14.55º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F25928 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 40 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.05 |
| HSL | 14.55º | 0.89% | 0.55% | - |
| HSV(B) | 14.55º | 0.83% | 0.95% | - |
| XYZ | 40.57 | 26.18 | 4.92 | - |
| YUV | 129.16 | 77.69 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 40 | 0 | 0.63 | 0.83 | 0.05 | 14.55 | 0.89 | 0.55 |
| Hex | F2 | 59 | 28 | 0 | 3F | 53 | 5 | F | 59 | 37 |
| Octal | 362 | 131 | 50 | 0 | 77 | 123 | 5 | 17 | 131 | 67 |
| Binary | 11110010 | 1011001 | 101000 | 0 | 111111 | 1010011 | 101 | 1111 | 1011001 | 110111 |
Color Harmonies of #F25928
Complementary color
Monochromatic Colors of #F25928
Black with #F25928
Text Example
Text Example
White with #F25928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25928; }
p { color: rgb(242,89,40); }
H1.HeaderClassName
{
color: #F25928;
}
.AnyTagClassName
{
color: #F25928;
}
</style>
background-color css
<style>
a { background-color: #F25928; }
a { background-color: rgb(242,89,40); }
div.DivClassName
{
background-color: #F25928;
}
.BgClassName
{
background-color: #F25928;
}
</style>
border-color css
<style>
span { border-color: #F25928; }
span { border-color: rgb(242,89,40); }
td.TdClassName
{
border-color: #F25928;
}
.TagClassName
{
border-color: #F25928;
}
</style>