Shades of Outrageous Orange #F06029
Tints of Outrageous Orange #F06029
RGB
CMYK
RGB Variations
Color information
#F06029 (or 0xF06029) is known color: Outrageous Orange. HEX triplet: F0, 60 and 29. RGB value is (240,96,41). Sum of RGB (Red+Green+Blue) = 240+96+41=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F06029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06029 is #0F9FD6. Grayscale: #858585. Windows color (decimal): -1023959 or 2711792. OLE color: 2711792.
HSL color Cylindrical-coordinate representation of color #F06029: hue angle of 16.58º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F06029 is Cyan = 0, Magento = 0.6, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 41 | - |
| CMYK | 0 | 0.6 | 0.83 | 0.06 |
| HSL | 16.58º | 0.87% | 0.55% | - |
| HSV(B) | 16.58º | 0.83% | 0.94% | - |
| XYZ | 40.52 | 27.05 | 5.18 | - |
| YUV | 132.79 | 76.21 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 41 | 0 | 0.6 | 0.83 | 0.06 | 16.58 | 0.87 | 0.55 |
| Hex | F0 | 60 | 29 | 0 | 3C | 53 | 6 | 11 | 57 | 37 |
| Octal | 360 | 140 | 51 | 0 | 74 | 123 | 6 | 21 | 127 | 67 |
| Binary | 11110000 | 1100000 | 101001 | 0 | 111100 | 1010011 | 110 | 10001 | 1010111 | 110111 |
Color Harmonies of #F06029
Complementary color
Monochromatic Colors of #F06029
Black with #F06029
Text Example
Text Example
White with #F06029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06029; }
p { color: rgb(240,96,41); }
H1.HeaderClassName
{
color: #F06029;
}
.AnyTagClassName
{
color: #F06029;
}
</style>
background-color css
<style>
a { background-color: #F06029; }
a { background-color: rgb(240,96,41); }
div.DivClassName
{
background-color: #F06029;
}
.BgClassName
{
background-color: #F06029;
}
</style>
border-color css
<style>
span { border-color: #F06029; }
span { border-color: rgb(240,96,41); }
td.TdClassName
{
border-color: #F06029;
}
.TagClassName
{
border-color: #F06029;
}
</style>