Shades of Outrageous Orange #F7613A
Tints of Outrageous Orange #F7613A
RGB
CMYK
RGB Variations
Color information
#F7613A (or 0xF7613A) is known color: Outrageous Orange. HEX triplet: F7, 61 and 3A. RGB value is (247,97,58). Sum of RGB (Red+Green+Blue) = 247+97+58=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F7613A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7613A is #089EC5. Grayscale: #898989. Windows color (decimal): -564934 or 3826167. OLE color: 3826167.
HSL color Cylindrical-coordinate representation of color #F7613A: hue angle of 12.38º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7613A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 58 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.03 |
| HSL | 12.38º | 0.92% | 0.6% | - |
| HSV(B) | 12.38º | 0.77% | 0.97% | - |
| XYZ | 43.4 | 28.63 | 7.24 | - |
| YUV | 137.4 | 83.2 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 58 | 0 | 0.61 | 0.77 | 0.03 | 12.38 | 0.92 | 0.6 |
| Hex | F7 | 61 | 3A | 0 | 3D | 4D | 3 | C | 5C | 3C |
| Octal | 367 | 141 | 72 | 0 | 75 | 115 | 3 | 14 | 134 | 74 |
| Binary | 11110111 | 1100001 | 111010 | 0 | 111101 | 1001101 | 11 | 1100 | 1011100 | 111100 |
Color Harmonies of #F7613A
Complementary color
Monochromatic Colors of #F7613A
Black with #F7613A
Text Example
Text Example
White with #F7613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7613A; }
p { color: rgb(247,97,58); }
H1.HeaderClassName
{
color: #F7613A;
}
.AnyTagClassName
{
color: #F7613A;
}
</style>
background-color css
<style>
a { background-color: #F7613A; }
a { background-color: rgb(247,97,58); }
div.DivClassName
{
background-color: #F7613A;
}
.BgClassName
{
background-color: #F7613A;
}
</style>
border-color css
<style>
span { border-color: #F7613A; }
span { border-color: rgb(247,97,58); }
td.TdClassName
{
border-color: #F7613A;
}
.TagClassName
{
border-color: #F7613A;
}
</style>