Shades of Outrageous Orange #F06038
Tints of Outrageous Orange #F06038
RGB
CMYK
RGB Variations
Color information
#F06038 (or 0xF06038) is known color: Outrageous Orange. HEX triplet: F0, 60 and 38. RGB value is (240,96,56). Sum of RGB (Red+Green+Blue) = 240+96+56=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F06038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06038 is #0F9FC7. Grayscale: #868686. Windows color (decimal): -1023944 or 3694832. OLE color: 3694832.
HSL color Cylindrical-coordinate representation of color #F06038: hue angle of 13.04º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F06038 is Cyan = 0, Magento = 0.6, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 56 | - |
| CMYK | 0 | 0.6 | 0.77 | 0.06 |
| HSL | 13.04º | 0.86% | 0.58% | - |
| HSV(B) | 13.04º | 0.77% | 0.94% | - |
| XYZ | 40.83 | 27.18 | 6.83 | - |
| YUV | 134.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 56 | 0 | 0.6 | 0.77 | 0.06 | 13.04 | 0.86 | 0.58 |
| Hex | F0 | 60 | 38 | 0 | 3C | 4D | 6 | D | 56 | 3A |
| Octal | 360 | 140 | 70 | 0 | 74 | 115 | 6 | 15 | 126 | 72 |
| Binary | 11110000 | 1100000 | 111000 | 0 | 111100 | 1001101 | 110 | 1101 | 1010110 | 111010 |
Color Harmonies of #F06038
Complementary color
Monochromatic Colors of #F06038
Black with #F06038
Text Example
Text Example
White with #F06038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06038; }
p { color: rgb(240,96,56); }
H1.HeaderClassName
{
color: #F06038;
}
.AnyTagClassName
{
color: #F06038;
}
</style>
background-color css
<style>
a { background-color: #F06038; }
a { background-color: rgb(240,96,56); }
div.DivClassName
{
background-color: #F06038;
}
.BgClassName
{
background-color: #F06038;
}
</style>
border-color css
<style>
span { border-color: #F06038; }
span { border-color: rgb(240,96,56); }
td.TdClassName
{
border-color: #F06038;
}
.TagClassName
{
border-color: #F06038;
}
</style>