Shades of Outrageous Orange #F25628
Tints of Outrageous Orange #F25628
RGB
CMYK
RGB Variations
Color information
#F25628 (or 0xF25628) is known color: Outrageous Orange. HEX triplet: F2, 56 and 28. RGB value is (242,86,40). Sum of RGB (Red+Green+Blue) = 242+86+40=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F25628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25628 is #0DA9D7. Grayscale: #7F7F7F. Windows color (decimal): -895448 or 2643698. OLE color: 2643698.
HSL color Cylindrical-coordinate representation of color #F25628: hue angle of 13.66º 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 #F25628 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 40 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.05 |
| HSL | 13.66º | 0.89% | 0.55% | - |
| HSV(B) | 13.66º | 0.83% | 0.95% | - |
| XYZ | 40.33 | 25.69 | 4.84 | - |
| YUV | 127.4 | 78.68 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 40 | 0 | 0.64 | 0.83 | 0.05 | 13.66 | 0.89 | 0.55 |
| Hex | F2 | 56 | 28 | 0 | 40 | 53 | 5 | E | 59 | 37 |
| Octal | 362 | 126 | 50 | 0 | 100 | 123 | 5 | 16 | 131 | 67 |
| Binary | 11110010 | 1010110 | 101000 | 0 | 1000000 | 1010011 | 101 | 1110 | 1011001 | 110111 |
Color Harmonies of #F25628
Complementary color
Monochromatic Colors of #F25628
Black with #F25628
Text Example
Text Example
White with #F25628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25628; }
p { color: rgb(242,86,40); }
H1.HeaderClassName
{
color: #F25628;
}
.AnyTagClassName
{
color: #F25628;
}
</style>
background-color css
<style>
a { background-color: #F25628; }
a { background-color: rgb(242,86,40); }
div.DivClassName
{
background-color: #F25628;
}
.BgClassName
{
background-color: #F25628;
}
</style>
border-color css
<style>
span { border-color: #F25628; }
span { border-color: rgb(242,86,40); }
td.TdClassName
{
border-color: #F25628;
}
.TagClassName
{
border-color: #F25628;
}
</style>