Shades of Red Orange #F8301D
Tints of Red Orange #F8301D
RGB
CMYK
RGB Variations
Color information
#F8301D (or 0xF8301D) is known color: Red Orange. HEX triplet: F8, 30 and 1D. RGB value is (248,48,29). Sum of RGB (Red+Green+Blue) = 248+48+29=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F8301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8301D is #07CFE2. Grayscale: #696969. Windows color (decimal): -511971 or 1913080. OLE color: 1913080.
HSL color Cylindrical-coordinate representation of color #F8301D: hue angle of 5.21º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8301D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 29 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.03 |
| HSL | 5.21º | 0.94% | 0.54% | - |
| HSV(B) | 5.21º | 0.88% | 0.97% | - |
| XYZ | 39.99 | 22.16 | 3.33 | - |
| YUV | 105.63 | 84.76 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 29 | 0 | 0.81 | 0.88 | 0.03 | 5.21 | 0.94 | 0.54 |
| Hex | F8 | 30 | 1D | 0 | 51 | 58 | 3 | 5 | 5E | 36 |
| Octal | 370 | 60 | 35 | 0 | 121 | 130 | 3 | 5 | 136 | 66 |
| Binary | 11111000 | 110000 | 11101 | 0 | 1010001 | 1011000 | 11 | 101 | 1011110 | 110110 |
Color Harmonies of #F8301D
Complementary color
Monochromatic Colors of #F8301D
Black with #F8301D
Text Example
Text Example
White with #F8301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8301D; }
p { color: rgb(248,48,29); }
H1.HeaderClassName
{
color: #F8301D;
}
.AnyTagClassName
{
color: #F8301D;
}
</style>
background-color css
<style>
a { background-color: #F8301D; }
a { background-color: rgb(248,48,29); }
div.DivClassName
{
background-color: #F8301D;
}
.BgClassName
{
background-color: #F8301D;
}
</style>
border-color css
<style>
span { border-color: #F8301D; }
span { border-color: rgb(248,48,29); }
td.TdClassName
{
border-color: #F8301D;
}
.TagClassName
{
border-color: #F8301D;
}
</style>