Shades of Outrageous Orange #F8613A
Tints of Outrageous Orange #F8613A
RGB
CMYK
RGB Variations
Color information
#F8613A (or 0xF8613A) is known color: Outrageous Orange. HEX triplet: F8, 61 and 3A. RGB value is (248,97,58). Sum of RGB (Red+Green+Blue) = 248+97+58=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F8613A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8613A is #079EC5. Grayscale: #8A8A8A. Windows color (decimal): -499398 or 3826168. OLE color: 3826168.
HSL color Cylindrical-coordinate representation of color #F8613A: hue angle of 12.32º degrees, saturation: 0.93, 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 #F8613A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 58 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.03 |
| HSL | 12.32º | 0.93% | 0.6% | - |
| HSV(B) | 12.32º | 0.77% | 0.97% | - |
| XYZ | 43.75 | 28.81 | 7.26 | - |
| YUV | 137.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 58 | 0 | 0.61 | 0.77 | 0.03 | 12.32 | 0.93 | 0.6 |
| Hex | F8 | 61 | 3A | 0 | 3D | 4D | 3 | C | 5D | 3C |
| Octal | 370 | 141 | 72 | 0 | 75 | 115 | 3 | 14 | 135 | 74 |
| Binary | 11111000 | 1100001 | 111010 | 0 | 111101 | 1001101 | 11 | 1100 | 1011101 | 111100 |
Color Harmonies of #F8613A
Complementary color
Monochromatic Colors of #F8613A
Black with #F8613A
Text Example
Text Example
White with #F8613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8613A; }
p { color: rgb(248,97,58); }
H1.HeaderClassName
{
color: #F8613A;
}
.AnyTagClassName
{
color: #F8613A;
}
</style>
background-color css
<style>
a { background-color: #F8613A; }
a { background-color: rgb(248,97,58); }
div.DivClassName
{
background-color: #F8613A;
}
.BgClassName
{
background-color: #F8613A;
}
</style>
border-color css
<style>
span { border-color: #F8613A; }
span { border-color: rgb(248,97,58); }
td.TdClassName
{
border-color: #F8613A;
}
.TagClassName
{
border-color: #F8613A;
}
</style>