Shades of Red Orange #F8411D
Tints of Red Orange #F8411D
RGB
CMYK
RGB Variations
Color information
#F8411D (or 0xF8411D) is known color: Red Orange. HEX triplet: F8, 41 and 1D. RGB value is (248,65,29). Sum of RGB (Red+Green+Blue) = 248+65+29=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8411D is #07BEE2. Grayscale: #737373. Windows color (decimal): -507619 or 1917432. OLE color: 1917432.
HSL color Cylindrical-coordinate representation of color #F8411D: hue angle of 9.86º 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 #F8411D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 29 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.03 |
| HSL | 9.86º | 0.94% | 0.54% | - |
| HSV(B) | 9.86º | 0.88% | 0.97% | - |
| XYZ | 40.82 | 23.83 | 3.61 | - |
| YUV | 115.61 | 79.13 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 29 | 0 | 0.74 | 0.88 | 0.03 | 9.86 | 0.94 | 0.54 |
| Hex | F8 | 41 | 1D | 0 | 4A | 58 | 3 | A | 5E | 36 |
| Octal | 370 | 101 | 35 | 0 | 112 | 130 | 3 | 12 | 136 | 66 |
| Binary | 11111000 | 1000001 | 11101 | 0 | 1001010 | 1011000 | 11 | 1010 | 1011110 | 110110 |
Color Harmonies of #F8411D
Complementary color
Monochromatic Colors of #F8411D
Black with #F8411D
Text Example
Text Example
White with #F8411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8411D; }
p { color: rgb(248,65,29); }
H1.HeaderClassName
{
color: #F8411D;
}
.AnyTagClassName
{
color: #F8411D;
}
</style>
background-color css
<style>
a { background-color: #F8411D; }
a { background-color: rgb(248,65,29); }
div.DivClassName
{
background-color: #F8411D;
}
.BgClassName
{
background-color: #F8411D;
}
</style>
border-color css
<style>
span { border-color: #F8411D; }
span { border-color: rgb(248,65,29); }
td.TdClassName
{
border-color: #F8411D;
}
.TagClassName
{
border-color: #F8411D;
}
</style>