Shades of Outrageous Orange #F26326
Tints of Outrageous Orange #F26326
RGB
CMYK
RGB Variations
Color information
#F26326 (or 0xF26326) is known color: Outrageous Orange. HEX triplet: F2, 63 and 26. RGB value is (242,99,38). Sum of RGB (Red+Green+Blue) = 242+99+38=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F26326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26326 is #0D9CD9. Grayscale: #878787. Windows color (decimal): -892122 or 2515954. OLE color: 2515954.
HSL color Cylindrical-coordinate representation of color #F26326: hue angle of 17.94º 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 #F26326 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 38 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.05 |
| HSL | 17.94º | 0.89% | 0.55% | - |
| HSV(B) | 17.94º | 0.84% | 0.95% | - |
| XYZ | 41.43 | 27.94 | 5.04 | - |
| YUV | 134.8 | 73.38 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 38 | 0 | 0.59 | 0.84 | 0.05 | 17.94 | 0.89 | 0.55 |
| Hex | F2 | 63 | 26 | 0 | 3B | 54 | 5 | 12 | 59 | 37 |
| Octal | 362 | 143 | 46 | 0 | 73 | 124 | 5 | 22 | 131 | 67 |
| Binary | 11110010 | 1100011 | 100110 | 0 | 111011 | 1010100 | 101 | 10010 | 1011001 | 110111 |
Color Harmonies of #F26326
Complementary color
Monochromatic Colors of #F26326
Black with #F26326
Text Example
Text Example
White with #F26326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26326; }
p { color: rgb(242,99,38); }
H1.HeaderClassName
{
color: #F26326;
}
.AnyTagClassName
{
color: #F26326;
}
</style>
background-color css
<style>
a { background-color: #F26326; }
a { background-color: rgb(242,99,38); }
div.DivClassName
{
background-color: #F26326;
}
.BgClassName
{
background-color: #F26326;
}
</style>
border-color css
<style>
span { border-color: #F26326; }
span { border-color: rgb(242,99,38); }
td.TdClassName
{
border-color: #F26326;
}
.TagClassName
{
border-color: #F26326;
}
</style>