Shades of Orange Red #F83C07
Tints of Orange Red #F83C07
RGB
CMYK
RGB Variations
Color information
#F83C07 (or 0xF83C07) is known color: Orange Red. HEX triplet: F8, 3C and 07. RGB value is (248,60,7). Sum of RGB (Red+Green+Blue) = 248+60+7=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83C07 is #07C3F8. Grayscale: #6E6E6E. Windows color (decimal): -508921 or 474360. OLE color: 474360.
HSL color Cylindrical-coordinate representation of color #F83C07: hue angle of 13.2º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F83C07 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 7 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.03 |
| HSL | 13.2º | 0.95% | 0.5% | - |
| HSV(B) | 13.2º | 0.97% | 0.97% | - |
| XYZ | 40.37 | 23.2 | 2.55 | - |
| YUV | 110.17 | 69.78 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 7 | 0 | 0.76 | 0.97 | 0.03 | 13.2 | 0.95 | 0.5 |
| Hex | F8 | 3C | 7 | 0 | 4C | 61 | 3 | D | 5F | 32 |
| Octal | 370 | 74 | 7 | 0 | 114 | 141 | 3 | 15 | 137 | 62 |
| Binary | 11111000 | 111100 | 111 | 0 | 1001100 | 1100001 | 11 | 1101 | 1011111 | 110010 |
Color Harmonies of #F83C07
Complementary color
Monochromatic Colors of #F83C07
Black with #F83C07
Text Example
Text Example
White with #F83C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83C07; }
p { color: rgb(248,60,7); }
H1.HeaderClassName
{
color: #F83C07;
}
.AnyTagClassName
{
color: #F83C07;
}
</style>
background-color css
<style>
a { background-color: #F83C07; }
a { background-color: rgb(248,60,7); }
div.DivClassName
{
background-color: #F83C07;
}
.BgClassName
{
background-color: #F83C07;
}
</style>
border-color css
<style>
span { border-color: #F83C07; }
span { border-color: rgb(248,60,7); }
td.TdClassName
{
border-color: #F83C07;
}
.TagClassName
{
border-color: #F83C07;
}
</style>