Shades of Outrageous Orange #F26238
Tints of Outrageous Orange #F26238
RGB
CMYK
RGB Variations
Color information
#F26238 (or 0xF26238) is known color: Outrageous Orange. HEX triplet: F2, 62 and 38. RGB value is (242,98,56). Sum of RGB (Red+Green+Blue) = 242+98+56=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F26238 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26238 is #0D9DC7. Grayscale: #888888. Windows color (decimal): -892360 or 3695346. OLE color: 3695346.
HSL color Cylindrical-coordinate representation of color #F26238: hue angle of 13.55º 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 #F26238 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 56 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.05 |
| HSL | 13.55º | 0.88% | 0.58% | - |
| HSV(B) | 13.55º | 0.77% | 0.95% | - |
| XYZ | 41.7 | 27.9 | 6.93 | - |
| YUV | 136.27 | 82.71 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 56 | 0 | 0.60 | 0.77 | 0.05 | 13.55 | 0.88 | 0.58 |
| Hex | F2 | 62 | 38 | 0 | 3C | 4D | 5 | E | 58 | 3A |
| Octal | 362 | 142 | 70 | 0 | 74 | 115 | 5 | 16 | 130 | 72 |
| Binary | 11110010 | 1100010 | 111000 | 0 | 111100 | 1001101 | 101 | 1110 | 1011000 | 111010 |
Color Harmonies of #F26238
Complementary color
Monochromatic Colors of #F26238
Black with #F26238
Text Example
Text Example
White with #F26238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26238; }
p { color: rgb(242,98,56); }
H1.HeaderClassName
{
color: #F26238;
}
.AnyTagClassName
{
color: #F26238;
}
</style>
background-color css
<style>
a { background-color: #F26238; }
a { background-color: rgb(242,98,56); }
div.DivClassName
{
background-color: #F26238;
}
.BgClassName
{
background-color: #F26238;
}
</style>
border-color css
<style>
span { border-color: #F26238; }
span { border-color: rgb(242,98,56); }
td.TdClassName
{
border-color: #F26238;
}
.TagClassName
{
border-color: #F26238;
}
</style>