Shades of Orange Red #F83A10
Tints of Orange Red #F83A10
RGB
CMYK
RGB Variations
Color information
#F83A10 (or 0xF83A10) is known color: Orange Red. HEX triplet: F8, 3A and 10. RGB value is (248,58,16). Sum of RGB (Red+Green+Blue) = 248+58+16=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83A10 is #07C5EF. Grayscale: #6E6E6E. Windows color (decimal): -509424 or 1063672. OLE color: 1063672.
HSL color Cylindrical-coordinate representation of color #F83A10: hue angle of 10.86º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F83A10 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 16 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.03 |
| HSL | 10.86º | 0.94% | 0.52% | - |
| HSV(B) | 10.86º | 0.94% | 0.97% | - |
| XYZ | 40.32 | 23.02 | 2.81 | - |
| YUV | 110.02 | 74.95 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 16 | 0 | 0.77 | 0.94 | 0.03 | 10.86 | 0.94 | 0.52 |
| Hex | F8 | 3A | 10 | 0 | 4D | 5E | 3 | B | 5E | 34 |
| Octal | 370 | 72 | 20 | 0 | 115 | 136 | 3 | 13 | 136 | 64 |
| Binary | 11111000 | 111010 | 10000 | 0 | 1001101 | 1011110 | 11 | 1011 | 1011110 | 110100 |
Color Harmonies of #F83A10
Complementary color
Monochromatic Colors of #F83A10
Black with #F83A10
Text Example
Text Example
White with #F83A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A10; }
p { color: rgb(248,58,16); }
H1.HeaderClassName
{
color: #F83A10;
}
.AnyTagClassName
{
color: #F83A10;
}
</style>
background-color css
<style>
a { background-color: #F83A10; }
a { background-color: rgb(248,58,16); }
div.DivClassName
{
background-color: #F83A10;
}
.BgClassName
{
background-color: #F83A10;
}
</style>
border-color css
<style>
span { border-color: #F83A10; }
span { border-color: rgb(248,58,16); }
td.TdClassName
{
border-color: #F83A10;
}
.TagClassName
{
border-color: #F83A10;
}
</style>