Shades of Outrageous Orange #F06338
Tints of Outrageous Orange #F06338
RGB
CMYK
RGB Variations
Color information
#F06338 (or 0xF06338) is known color: Outrageous Orange. HEX triplet: F0, 63 and 38. RGB value is (240,99,56). Sum of RGB (Red+Green+Blue) = 240+99+56=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F06338 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06338 is #0F9CC7. Grayscale: #888888. Windows color (decimal): -1023176 or 3695600. OLE color: 3695600.
HSL color Cylindrical-coordinate representation of color #F06338: hue angle of 14.02º 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 #F06338 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 56 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.06 |
| HSL | 14.02º | 0.86% | 0.58% | - |
| HSV(B) | 14.02º | 0.77% | 0.94% | - |
| XYZ | 41.11 | 27.73 | 6.93 | - |
| YUV | 136.26 | 82.71 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 56 | 0 | 0.59 | 0.77 | 0.06 | 14.02 | 0.86 | 0.58 |
| Hex | F0 | 63 | 38 | 0 | 3B | 4D | 6 | E | 56 | 3A |
| Octal | 360 | 143 | 70 | 0 | 73 | 115 | 6 | 16 | 126 | 72 |
| Binary | 11110000 | 1100011 | 111000 | 0 | 111011 | 1001101 | 110 | 1110 | 1010110 | 111010 |
Color Harmonies of #F06338
Complementary color
Monochromatic Colors of #F06338
Black with #F06338
Text Example
Text Example
White with #F06338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06338; }
p { color: rgb(240,99,56); }
H1.HeaderClassName
{
color: #F06338;
}
.AnyTagClassName
{
color: #F06338;
}
</style>
background-color css
<style>
a { background-color: #F06338; }
a { background-color: rgb(240,99,56); }
div.DivClassName
{
background-color: #F06338;
}
.BgClassName
{
background-color: #F06338;
}
</style>
border-color css
<style>
span { border-color: #F06338; }
span { border-color: rgb(240,99,56); }
td.TdClassName
{
border-color: #F06338;
}
.TagClassName
{
border-color: #F06338;
}
</style>