Shades of Orange Red #F8410D
Tints of Orange Red #F8410D
RGB
CMYK
RGB Variations
Color information
#F8410D (or 0xF8410D) is known color: Orange Red. HEX triplet: F8, 41 and 0D. RGB value is (248,65,13). Sum of RGB (Red+Green+Blue) = 248+65+13=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F8410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8410D is #07BEF2. Grayscale: #727272. Windows color (decimal): -507635 or 868856. OLE color: 868856.
HSL color Cylindrical-coordinate representation of color #F8410D: hue angle of 13.28º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8410D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.03 |
| HSL | 13.28º | 0.94% | 0.51% | - |
| HSV(B) | 13.28º | 0.95% | 0.97% | - |
| XYZ | 40.67 | 23.77 | 2.82 | - |
| YUV | 113.79 | 71.13 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 13 | 0 | 0.74 | 0.95 | 0.03 | 13.28 | 0.94 | 0.51 |
| Hex | F8 | 41 | D | 0 | 4A | 5F | 3 | D | 5E | 33 |
| Octal | 370 | 101 | 15 | 0 | 112 | 137 | 3 | 15 | 136 | 63 |
| Binary | 11111000 | 1000001 | 1101 | 0 | 1001010 | 1011111 | 11 | 1101 | 1011110 | 110011 |
Color Harmonies of #F8410D
Complementary color
Monochromatic Colors of #F8410D
Black with #F8410D
Text Example
Text Example
White with #F8410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8410D; }
p { color: rgb(248,65,13); }
H1.HeaderClassName
{
color: #F8410D;
}
.AnyTagClassName
{
color: #F8410D;
}
</style>
background-color css
<style>
a { background-color: #F8410D; }
a { background-color: rgb(248,65,13); }
div.DivClassName
{
background-color: #F8410D;
}
.BgClassName
{
background-color: #F8410D;
}
</style>
border-color css
<style>
span { border-color: #F8410D; }
span { border-color: rgb(248,65,13); }
td.TdClassName
{
border-color: #F8410D;
}
.TagClassName
{
border-color: #F8410D;
}
</style>