Shades of Outrageous Orange #F06030
Tints of Outrageous Orange #F06030
RGB
CMYK
RGB Variations
Color information
#F06030 (or 0xF06030) is known color: Outrageous Orange. HEX triplet: F0, 60 and 30. RGB value is (240,96,48). Sum of RGB (Red+Green+Blue) = 240+96+48=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F06030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06030 is #0F9FCF. Grayscale: #858585. Windows color (decimal): -1023952 or 3170544. OLE color: 3170544.
HSL color Cylindrical-coordinate representation of color #F06030: hue angle of 15º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F06030 is Cyan = 0, Magento = 0.6, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 48 | - |
| CMYK | 0 | 0.6 | 0.8 | 0.06 |
| HSL | 15º | 0.86% | 0.56% | - |
| HSV(B) | 15º | 0.8% | 0.94% | - |
| XYZ | 40.65 | 27.1 | 5.89 | - |
| YUV | 133.58 | 79.71 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 48 | 0 | 0.6 | 0.8 | 0.06 | 15 | 0.86 | 0.56 |
| Hex | F0 | 60 | 30 | 0 | 3C | 50 | 6 | F | 56 | 38 |
| Octal | 360 | 140 | 60 | 0 | 74 | 120 | 6 | 17 | 126 | 70 |
| Binary | 11110000 | 1100000 | 110000 | 0 | 111100 | 1010000 | 110 | 1111 | 1010110 | 111000 |
Color Harmonies of #F06030
Complementary color
Monochromatic Colors of #F06030
Black with #F06030
Text Example
Text Example
White with #F06030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06030; }
p { color: rgb(240,96,48); }
H1.HeaderClassName
{
color: #F06030;
}
.AnyTagClassName
{
color: #F06030;
}
</style>
background-color css
<style>
a { background-color: #F06030; }
a { background-color: rgb(240,96,48); }
div.DivClassName
{
background-color: #F06030;
}
.BgClassName
{
background-color: #F06030;
}
</style>
border-color css
<style>
span { border-color: #F06030; }
span { border-color: rgb(240,96,48); }
td.TdClassName
{
border-color: #F06030;
}
.TagClassName
{
border-color: #F06030;
}
</style>