Shades of Outrageous Orange #F25926
Tints of Outrageous Orange #F25926
RGB
CMYK
RGB Variations
Color information
#F25926 (or 0xF25926) is known color: Outrageous Orange. HEX triplet: F2, 59 and 26. RGB value is (242,89,38). Sum of RGB (Red+Green+Blue) = 242+89+38=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F25926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25926 is #0DA6D9. Grayscale: #818181. Windows color (decimal): -894682 or 2513394. OLE color: 2513394.
HSL color Cylindrical-coordinate representation of color #F25926: hue angle of 15º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F25926 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 38 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.05 |
| HSL | 15º | 0.89% | 0.55% | - |
| HSV(B) | 15º | 0.84% | 0.95% | - |
| XYZ | 40.54 | 26.16 | 4.75 | - |
| YUV | 128.93 | 76.69 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 38 | 0 | 0.63 | 0.84 | 0.05 | 15 | 0.89 | 0.55 |
| Hex | F2 | 59 | 26 | 0 | 3F | 54 | 5 | F | 59 | 37 |
| Octal | 362 | 131 | 46 | 0 | 77 | 124 | 5 | 17 | 131 | 67 |
| Binary | 11110010 | 1011001 | 100110 | 0 | 111111 | 1010100 | 101 | 1111 | 1011001 | 110111 |
Color Harmonies of #F25926
Complementary color
Monochromatic Colors of #F25926
Black with #F25926
Text Example
Text Example
White with #F25926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25926; }
p { color: rgb(242,89,38); }
H1.HeaderClassName
{
color: #F25926;
}
.AnyTagClassName
{
color: #F25926;
}
</style>
background-color css
<style>
a { background-color: #F25926; }
a { background-color: rgb(242,89,38); }
div.DivClassName
{
background-color: #F25926;
}
.BgClassName
{
background-color: #F25926;
}
</style>
border-color css
<style>
span { border-color: #F25926; }
span { border-color: rgb(242,89,38); }
td.TdClassName
{
border-color: #F25926;
}
.TagClassName
{
border-color: #F25926;
}
</style>