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