Shades of Red Orange #F8301C
Tints of Red Orange #F8301C
RGB
CMYK
RGB Variations
Color information
#F8301C (or 0xF8301C) is known color: Red Orange. HEX triplet: F8, 30 and 1C. RGB value is (248,48,28). Sum of RGB (Red+Green+Blue) = 248+48+28=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F8301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8301C is #07CFE3. Grayscale: #696969. Windows color (decimal): -511972 or 1847544. OLE color: 1847544.
HSL color Cylindrical-coordinate representation of color #F8301C: hue angle of 5.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8301C is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 28 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.03 |
| HSL | 5.45º | 0.94% | 0.54% | - |
| HSV(B) | 5.45º | 0.89% | 0.97% | - |
| XYZ | 39.98 | 22.15 | 3.27 | - |
| YUV | 105.52 | 84.26 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 28 | 0 | 0.81 | 0.89 | 0.03 | 5.45 | 0.94 | 0.54 |
| Hex | F8 | 30 | 1C | 0 | 51 | 59 | 3 | 5 | 5E | 36 |
| Octal | 370 | 60 | 34 | 0 | 121 | 131 | 3 | 5 | 136 | 66 |
| Binary | 11111000 | 110000 | 11100 | 0 | 1010001 | 1011001 | 11 | 101 | 1011110 | 110110 |
Color Harmonies of #F8301C
Complementary color
Monochromatic Colors of #F8301C
Black with #F8301C
Text Example
Text Example
White with #F8301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8301C; }
p { color: rgb(248,48,28); }
H1.HeaderClassName
{
color: #F8301C;
}
.AnyTagClassName
{
color: #F8301C;
}
</style>
background-color css
<style>
a { background-color: #F8301C; }
a { background-color: rgb(248,48,28); }
div.DivClassName
{
background-color: #F8301C;
}
.BgClassName
{
background-color: #F8301C;
}
</style>
border-color css
<style>
span { border-color: #F8301C; }
span { border-color: rgb(248,48,28); }
td.TdClassName
{
border-color: #F8301C;
}
.TagClassName
{
border-color: #F8301C;
}
</style>