Shades of Orange Red #F83A0A
Tints of Orange Red #F83A0A
RGB
CMYK
RGB Variations
Color information
#F83A0A (or 0xF83A0A) is known color: Orange Red. HEX triplet: F8, 3A and 0A. RGB value is (248,58,10). Sum of RGB (Red+Green+Blue) = 248+58+10=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83A0A is #07C5F5. Grayscale: #6D6D6D. Windows color (decimal): -509430 or 670456. OLE color: 670456.
HSL color Cylindrical-coordinate representation of color #F83A0A: hue angle of 12.1º 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 #F83A0A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 10 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.03 |
| HSL | 12.1º | 0.94% | 0.51% | - |
| HSV(B) | 12.1º | 0.96% | 0.97% | - |
| XYZ | 40.28 | 23 | 2.6 | - |
| YUV | 109.34 | 71.95 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 10 | 0 | 0.77 | 0.96 | 0.03 | 12.1 | 0.94 | 0.51 |
| Hex | F8 | 3A | A | 0 | 4D | 60 | 3 | C | 5E | 33 |
| Octal | 370 | 72 | 12 | 0 | 115 | 140 | 3 | 14 | 136 | 63 |
| Binary | 11111000 | 111010 | 1010 | 0 | 1001101 | 1100000 | 11 | 1100 | 1011110 | 110011 |
Color Harmonies of #F83A0A
Complementary color
Monochromatic Colors of #F83A0A
Black with #F83A0A
Text Example
Text Example
White with #F83A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A0A; }
p { color: rgb(248,58,10); }
H1.HeaderClassName
{
color: #F83A0A;
}
.AnyTagClassName
{
color: #F83A0A;
}
</style>
background-color css
<style>
a { background-color: #F83A0A; }
a { background-color: rgb(248,58,10); }
div.DivClassName
{
background-color: #F83A0A;
}
.BgClassName
{
background-color: #F83A0A;
}
</style>
border-color css
<style>
span { border-color: #F83A0A; }
span { border-color: rgb(248,58,10); }
td.TdClassName
{
border-color: #F83A0A;
}
.TagClassName
{
border-color: #F83A0A;
}
</style>