Shades of Outrageous Orange #F8613F
Tints of Outrageous Orange #F8613F
RGB
CMYK
RGB Variations
Color information
#F8613F (or 0xF8613F) is known color: Outrageous Orange. HEX triplet: F8, 61 and 3F. RGB value is (248,97,63). Sum of RGB (Red+Green+Blue) = 248+97+63=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8613F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8613F is #079EC0. Grayscale: #8A8A8A. Windows color (decimal): -499393 or 4153848. OLE color: 4153848.
HSL color Cylindrical-coordinate representation of color #F8613F: hue angle of 11.03º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8613F is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 63 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.03 |
| HSL | 11.03º | 0.93% | 0.61% | - |
| HSV(B) | 11.03º | 0.75% | 0.97% | - |
| XYZ | 43.88 | 28.86 | 7.96 | - |
| YUV | 138.27 | 85.53 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 63 | 0 | 0.61 | 0.75 | 0.03 | 11.03 | 0.93 | 0.61 |
| Hex | F8 | 61 | 3F | 0 | 3D | 4B | 3 | B | 5D | 3D |
| Octal | 370 | 141 | 77 | 0 | 75 | 113 | 3 | 13 | 135 | 75 |
| Binary | 11111000 | 1100001 | 111111 | 0 | 111101 | 1001011 | 11 | 1011 | 1011101 | 111101 |
Color Harmonies of #F8613F
Complementary color
Monochromatic Colors of #F8613F
Black with #F8613F
Text Example
Text Example
White with #F8613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8613F; }
p { color: rgb(248,97,63); }
H1.HeaderClassName
{
color: #F8613F;
}
.AnyTagClassName
{
color: #F8613F;
}
</style>
background-color css
<style>
a { background-color: #F8613F; }
a { background-color: rgb(248,97,63); }
div.DivClassName
{
background-color: #F8613F;
}
.BgClassName
{
background-color: #F8613F;
}
</style>
border-color css
<style>
span { border-color: #F8613F; }
span { border-color: rgb(248,97,63); }
td.TdClassName
{
border-color: #F8613F;
}
.TagClassName
{
border-color: #F8613F;
}
</style>