Shades of Outrageous Orange #F7613D
Tints of Outrageous Orange #F7613D
RGB
CMYK
RGB Variations
Color information
#F7613D (or 0xF7613D) is known color: Outrageous Orange. HEX triplet: F7, 61 and 3D. RGB value is (247,97,61). Sum of RGB (Red+Green+Blue) = 247+97+61=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F7613D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7613D is #089EC2. Grayscale: #8A8A8A. Windows color (decimal): -564931 or 4022775. OLE color: 4022775.
HSL color Cylindrical-coordinate representation of color #F7613D: hue angle of 11.61º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F7613D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 61 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.03 |
| HSL | 11.61º | 0.92% | 0.6% | - |
| HSV(B) | 11.61º | 0.75% | 0.97% | - |
| XYZ | 43.47 | 28.66 | 7.66 | - |
| YUV | 137.75 | 84.7 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 61 | 0 | 0.61 | 0.75 | 0.03 | 11.61 | 0.92 | 0.6 |
| Hex | F7 | 61 | 3D | 0 | 3D | 4B | 3 | C | 5C | 3C |
| Octal | 367 | 141 | 75 | 0 | 75 | 113 | 3 | 14 | 134 | 74 |
| Binary | 11110111 | 1100001 | 111101 | 0 | 111101 | 1001011 | 11 | 1100 | 1011100 | 111100 |
Color Harmonies of #F7613D
Complementary color
Monochromatic Colors of #F7613D
Black with #F7613D
Text Example
Text Example
White with #F7613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7613D; }
p { color: rgb(247,97,61); }
H1.HeaderClassName
{
color: #F7613D;
}
.AnyTagClassName
{
color: #F7613D;
}
</style>
background-color css
<style>
a { background-color: #F7613D; }
a { background-color: rgb(247,97,61); }
div.DivClassName
{
background-color: #F7613D;
}
.BgClassName
{
background-color: #F7613D;
}
</style>
border-color css
<style>
span { border-color: #F7613D; }
span { border-color: rgb(247,97,61); }
td.TdClassName
{
border-color: #F7613D;
}
.TagClassName
{
border-color: #F7613D;
}
</style>