Shades of Outrageous Orange #F26537
Tints of Outrageous Orange #F26537
RGB
CMYK
RGB Variations
Color information
#F26537 (or 0xF26537) is known color: Outrageous Orange. HEX triplet: F2, 65 and 37. RGB value is (242,101,55). Sum of RGB (Red+Green+Blue) = 242+101+55=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F26537 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26537 is #0D9AC8. Grayscale: #8A8A8A. Windows color (decimal): -891593 or 3630578. OLE color: 3630578.
HSL color Cylindrical-coordinate representation of color #F26537: hue angle of 14.76º 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 #F26537 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 55 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.05 |
| HSL | 14.76º | 0.88% | 0.58% | - |
| HSV(B) | 14.76º | 0.77% | 0.95% | - |
| XYZ | 41.96 | 28.46 | 6.9 | - |
| YUV | 137.92 | 81.21 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 55 | 0 | 0.58 | 0.77 | 0.05 | 14.76 | 0.88 | 0.58 |
| Hex | F2 | 65 | 37 | 0 | 3A | 4D | 5 | F | 58 | 3A |
| Octal | 362 | 145 | 67 | 0 | 72 | 115 | 5 | 17 | 130 | 72 |
| Binary | 11110010 | 1100101 | 110111 | 0 | 111010 | 1001101 | 101 | 1111 | 1011000 | 111010 |
Color Harmonies of #F26537
Complementary color
Monochromatic Colors of #F26537
Black with #F26537
Text Example
Text Example
White with #F26537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26537; }
p { color: rgb(242,101,55); }
H1.HeaderClassName
{
color: #F26537;
}
.AnyTagClassName
{
color: #F26537;
}
</style>
background-color css
<style>
a { background-color: #F26537; }
a { background-color: rgb(242,101,55); }
div.DivClassName
{
background-color: #F26537;
}
.BgClassName
{
background-color: #F26537;
}
</style>
border-color css
<style>
span { border-color: #F26537; }
span { border-color: rgb(242,101,55); }
td.TdClassName
{
border-color: #F26537;
}
.TagClassName
{
border-color: #F26537;
}
</style>