Shades of Outrageous Orange #F26536
Tints of Outrageous Orange #F26536
RGB
CMYK
RGB Variations
Color information
#F26536 (or 0xF26536) is known color: Outrageous Orange. HEX triplet: F2, 65 and 36. RGB value is (242,101,54). Sum of RGB (Red+Green+Blue) = 242+101+54=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F26536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26536 is #0D9AC9. Grayscale: #8A8A8A. Windows color (decimal): -891594 or 3565042. OLE color: 3565042.
HSL color Cylindrical-coordinate representation of color #F26536: hue angle of 15º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F26536 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 54 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.05 |
| HSL | 15º | 0.88% | 0.58% | - |
| HSV(B) | 15º | 0.78% | 0.95% | - |
| XYZ | 41.94 | 28.45 | 6.77 | - |
| YUV | 137.8 | 80.71 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 54 | 0 | 0.58 | 0.78 | 0.05 | 15 | 0.88 | 0.58 |
| Hex | F2 | 65 | 36 | 0 | 3A | 4E | 5 | F | 58 | 3A |
| Octal | 362 | 145 | 66 | 0 | 72 | 116 | 5 | 17 | 130 | 72 |
| Binary | 11110010 | 1100101 | 110110 | 0 | 111010 | 1001110 | 101 | 1111 | 1011000 | 111010 |
Color Harmonies of #F26536
Complementary color
Monochromatic Colors of #F26536
Black with #F26536
Text Example
Text Example
White with #F26536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26536; }
p { color: rgb(242,101,54); }
H1.HeaderClassName
{
color: #F26536;
}
.AnyTagClassName
{
color: #F26536;
}
</style>
background-color css
<style>
a { background-color: #F26536; }
a { background-color: rgb(242,101,54); }
div.DivClassName
{
background-color: #F26536;
}
.BgClassName
{
background-color: #F26536;
}
</style>
border-color css
<style>
span { border-color: #F26536; }
span { border-color: rgb(242,101,54); }
td.TdClassName
{
border-color: #F26536;
}
.TagClassName
{
border-color: #F26536;
}
</style>