Shades of Outrageous Orange #F06130
Tints of Outrageous Orange #F06130
RGB
CMYK
RGB Variations
Color information
#F06130 (or 0xF06130) is known color: Outrageous Orange. HEX triplet: F0, 61 and 30. RGB value is (240,97,48). Sum of RGB (Red+Green+Blue) = 240+97+48=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F06130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06130 is #0F9ECF. Grayscale: #868686. Windows color (decimal): -1023696 or 3170800. OLE color: 3170800.
HSL color Cylindrical-coordinate representation of color #F06130: hue angle of 15.31º 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 #F06130 is Cyan = 0, Magento = 0.60, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 48 | - |
| CMYK | 0 | 0.60 | 0.8 | 0.06 |
| HSL | 15.31º | 0.86% | 0.56% | - |
| HSV(B) | 15.31º | 0.8% | 0.94% | - |
| XYZ | 40.74 | 27.29 | 5.92 | - |
| YUV | 134.17 | 79.38 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 48 | 0 | 0.60 | 0.8 | 0.06 | 15.31 | 0.86 | 0.56 |
| Hex | F0 | 61 | 30 | 0 | 3C | 50 | 6 | F | 56 | 38 |
| Octal | 360 | 141 | 60 | 0 | 74 | 120 | 6 | 17 | 126 | 70 |
| Binary | 11110000 | 1100001 | 110000 | 0 | 111100 | 1010000 | 110 | 1111 | 1010110 | 111000 |
Color Harmonies of #F06130
Complementary color
Monochromatic Colors of #F06130
Black with #F06130
Text Example
Text Example
White with #F06130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06130; }
p { color: rgb(240,97,48); }
H1.HeaderClassName
{
color: #F06130;
}
.AnyTagClassName
{
color: #F06130;
}
</style>
background-color css
<style>
a { background-color: #F06130; }
a { background-color: rgb(240,97,48); }
div.DivClassName
{
background-color: #F06130;
}
.BgClassName
{
background-color: #F06130;
}
</style>
border-color css
<style>
span { border-color: #F06130; }
span { border-color: rgb(240,97,48); }
td.TdClassName
{
border-color: #F06130;
}
.TagClassName
{
border-color: #F06130;
}
</style>