Shades of Orange Red #F8410C
Tints of Orange Red #F8410C
RGB
CMYK
RGB Variations
Color information
#F8410C (or 0xF8410C) is known color: Orange Red. HEX triplet: F8, 41 and 0C. RGB value is (248,65,12). Sum of RGB (Red+Green+Blue) = 248+65+12=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F8410C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8410C is #07BEF3. Grayscale: #727272. Windows color (decimal): -507636 or 803320. OLE color: 803320.
HSL color Cylindrical-coordinate representation of color #F8410C: hue angle of 13.47º 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 #F8410C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.03 |
| HSL | 13.47º | 0.94% | 0.51% | - |
| HSV(B) | 13.47º | 0.95% | 0.97% | - |
| XYZ | 40.67 | 23.76 | 2.79 | - |
| YUV | 113.68 | 70.63 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 12 | 0 | 0.74 | 0.95 | 0.03 | 13.47 | 0.94 | 0.51 |
| Hex | F8 | 41 | C | 0 | 4A | 5F | 3 | D | 5E | 33 |
| Octal | 370 | 101 | 14 | 0 | 112 | 137 | 3 | 15 | 136 | 63 |
| Binary | 11111000 | 1000001 | 1100 | 0 | 1001010 | 1011111 | 11 | 1101 | 1011110 | 110011 |
Color Harmonies of #F8410C
Complementary color
Monochromatic Colors of #F8410C
Black with #F8410C
Text Example
Text Example
White with #F8410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8410C; }
p { color: rgb(248,65,12); }
H1.HeaderClassName
{
color: #F8410C;
}
.AnyTagClassName
{
color: #F8410C;
}
</style>
background-color css
<style>
a { background-color: #F8410C; }
a { background-color: rgb(248,65,12); }
div.DivClassName
{
background-color: #F8410C;
}
.BgClassName
{
background-color: #F8410C;
}
</style>
border-color css
<style>
span { border-color: #F8410C; }
span { border-color: rgb(248,65,12); }
td.TdClassName
{
border-color: #F8410C;
}
.TagClassName
{
border-color: #F8410C;
}
</style>