Shades of Outrageous Orange #F26328
Tints of Outrageous Orange #F26328
RGB
CMYK
RGB Variations
Color information
#F26328 (or 0xF26328) is known color: Outrageous Orange. HEX triplet: F2, 63 and 28. RGB value is (242,99,40). Sum of RGB (Red+Green+Blue) = 242+99+40=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F26328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26328 is #0D9CD7. Grayscale: #878787. Windows color (decimal): -892120 or 2647026. OLE color: 2647026.
HSL color Cylindrical-coordinate representation of color #F26328: hue angle of 17.52º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F26328 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 40 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.05 |
| HSL | 17.52º | 0.89% | 0.55% | - |
| HSV(B) | 17.52º | 0.83% | 0.95% | - |
| XYZ | 41.46 | 27.95 | 5.22 | - |
| YUV | 135.03 | 74.38 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 40 | 0 | 0.59 | 0.83 | 0.05 | 17.52 | 0.89 | 0.55 |
| Hex | F2 | 63 | 28 | 0 | 3B | 53 | 5 | 12 | 59 | 37 |
| Octal | 362 | 143 | 50 | 0 | 73 | 123 | 5 | 22 | 131 | 67 |
| Binary | 11110010 | 1100011 | 101000 | 0 | 111011 | 1010011 | 101 | 10010 | 1011001 | 110111 |
Color Harmonies of #F26328
Complementary color
Monochromatic Colors of #F26328
Black with #F26328
Text Example
Text Example
White with #F26328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26328; }
p { color: rgb(242,99,40); }
H1.HeaderClassName
{
color: #F26328;
}
.AnyTagClassName
{
color: #F26328;
}
</style>
background-color css
<style>
a { background-color: #F26328; }
a { background-color: rgb(242,99,40); }
div.DivClassName
{
background-color: #F26328;
}
.BgClassName
{
background-color: #F26328;
}
</style>
border-color css
<style>
span { border-color: #F26328; }
span { border-color: rgb(242,99,40); }
td.TdClassName
{
border-color: #F26328;
}
.TagClassName
{
border-color: #F26328;
}
</style>