Shades of Outrageous Orange #F26438
Tints of Outrageous Orange #F26438
RGB
CMYK
RGB Variations
Color information
#F26438 (or 0xF26438) is known color: Outrageous Orange. HEX triplet: F2, 64 and 38. RGB value is (242,100,56). Sum of RGB (Red+Green+Blue) = 242+100+56=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F26438 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26438 is #0D9BC7. Grayscale: #898989. Windows color (decimal): -891848 or 3695858. OLE color: 3695858.
HSL color Cylindrical-coordinate representation of color #F26438: hue angle of 14.19º 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 #F26438 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 56 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.05 |
| HSL | 14.19º | 0.88% | 0.58% | - |
| HSV(B) | 14.19º | 0.77% | 0.95% | - |
| XYZ | 41.89 | 28.28 | 6.99 | - |
| YUV | 137.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 56 | 0 | 0.59 | 0.77 | 0.05 | 14.19 | 0.88 | 0.58 |
| Hex | F2 | 64 | 38 | 0 | 3B | 4D | 5 | E | 58 | 3A |
| Octal | 362 | 144 | 70 | 0 | 73 | 115 | 5 | 16 | 130 | 72 |
| Binary | 11110010 | 1100100 | 111000 | 0 | 111011 | 1001101 | 101 | 1110 | 1011000 | 111010 |
Color Harmonies of #F26438
Complementary color
Monochromatic Colors of #F26438
Black with #F26438
Text Example
Text Example
White with #F26438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26438; }
p { color: rgb(242,100,56); }
H1.HeaderClassName
{
color: #F26438;
}
.AnyTagClassName
{
color: #F26438;
}
</style>
background-color css
<style>
a { background-color: #F26438; }
a { background-color: rgb(242,100,56); }
div.DivClassName
{
background-color: #F26438;
}
.BgClassName
{
background-color: #F26438;
}
</style>
border-color css
<style>
span { border-color: #F26438; }
span { border-color: rgb(242,100,56); }
td.TdClassName
{
border-color: #F26438;
}
.TagClassName
{
border-color: #F26438;
}
</style>