Shades of Outrageous Orange #F76530
Tints of Outrageous Orange #F76530
RGB
CMYK
RGB Variations
Color information
#F76530 (or 0xF76530) is known color: Outrageous Orange. HEX triplet: F7, 65 and 30. RGB value is (247,101,48). Sum of RGB (Red+Green+Blue) = 247+101+48=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F76530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76530 is #089ACF. Grayscale: #8A8A8A. Windows color (decimal): -563920 or 3171831. OLE color: 3171831.
HSL color Cylindrical-coordinate representation of color #F76530: hue angle of 15.98º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F76530 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 48 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.03 |
| HSL | 15.98º | 0.93% | 0.58% | - |
| HSV(B) | 15.98º | 0.81% | 0.97% | - |
| XYZ | 43.54 | 29.29 | 6.16 | - |
| YUV | 138.61 | 76.87 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 48 | 0 | 0.59 | 0.81 | 0.03 | 15.98 | 0.93 | 0.58 |
| Hex | F7 | 65 | 30 | 0 | 3B | 51 | 3 | 10 | 5D | 3A |
| Octal | 367 | 145 | 60 | 0 | 73 | 121 | 3 | 20 | 135 | 72 |
| Binary | 11110111 | 1100101 | 110000 | 0 | 111011 | 1010001 | 11 | 10000 | 1011101 | 111010 |
Color Harmonies of #F76530
Complementary color
Monochromatic Colors of #F76530
Black with #F76530
Text Example
Text Example
White with #F76530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76530; }
p { color: rgb(247,101,48); }
H1.HeaderClassName
{
color: #F76530;
}
.AnyTagClassName
{
color: #F76530;
}
</style>
background-color css
<style>
a { background-color: #F76530; }
a { background-color: rgb(247,101,48); }
div.DivClassName
{
background-color: #F76530;
}
.BgClassName
{
background-color: #F76530;
}
</style>
border-color css
<style>
span { border-color: #F76530; }
span { border-color: rgb(247,101,48); }
td.TdClassName
{
border-color: #F76530;
}
.TagClassName
{
border-color: #F76530;
}
</style>