Shades of Orange Red #F8400A
Tints of Orange Red #F8400A
RGB
CMYK
RGB Variations
Color information
#F8400A (or 0xF8400A) is known color: Orange Red. HEX triplet: F8, 40 and 0A. RGB value is (248,64,10). Sum of RGB (Red+Green+Blue) = 248+64+10=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F8400A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8400A is #07BFF5. Grayscale: #717171. Windows color (decimal): -507894 or 671992. OLE color: 671992.
HSL color Cylindrical-coordinate representation of color #F8400A: hue angle of 13.61º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8400A is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 10 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.03 |
| HSL | 13.61º | 0.94% | 0.51% | - |
| HSV(B) | 13.61º | 0.96% | 0.97% | - |
| XYZ | 40.6 | 23.65 | 2.71 | - |
| YUV | 112.86 | 69.96 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 10 | 0 | 0.74 | 0.96 | 0.03 | 13.61 | 0.94 | 0.51 |
| Hex | F8 | 40 | A | 0 | 4A | 60 | 3 | E | 5E | 33 |
| Octal | 370 | 100 | 12 | 0 | 112 | 140 | 3 | 16 | 136 | 63 |
| Binary | 11111000 | 1000000 | 1010 | 0 | 1001010 | 1100000 | 11 | 1110 | 1011110 | 110011 |
Color Harmonies of #F8400A
Complementary color
Monochromatic Colors of #F8400A
Black with #F8400A
Text Example
Text Example
White with #F8400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8400A; }
p { color: rgb(248,64,10); }
H1.HeaderClassName
{
color: #F8400A;
}
.AnyTagClassName
{
color: #F8400A;
}
</style>
background-color css
<style>
a { background-color: #F8400A; }
a { background-color: rgb(248,64,10); }
div.DivClassName
{
background-color: #F8400A;
}
.BgClassName
{
background-color: #F8400A;
}
</style>
border-color css
<style>
span { border-color: #F8400A; }
span { border-color: rgb(248,64,10); }
td.TdClassName
{
border-color: #F8400A;
}
.TagClassName
{
border-color: #F8400A;
}
</style>