Shades of Orange Red #F83A00
Tints of Orange Red #F83A00
RGB
CMYK
RGB Variations
Color information
#F83A00 (or 0xF83A00) is known color: Orange Red. HEX triplet: F8, 3A and 00. RGB value is (248,58,0). Sum of RGB (Red+Green+Blue) = 248+58+0=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83A00 is #07C5FF. Grayscale: #6C6C6C. Windows color (decimal): -509440 or 15096. OLE color: 15096.
HSL color Cylindrical-coordinate representation of color #F83A00: hue angle of 14.03º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F83A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.03 |
| HSL | 14.03º | 1% | 0.49% | - |
| HSV(B) | 14.03º | 1% | 0.97% | - |
| XYZ | 40.22 | 22.98 | 2.32 | - |
| YUV | 108.2 | 66.95 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 0 | 0 | 0.77 | 1 | 0.03 | 14.03 | 1 | 0.49 |
| Hex | F8 | 3A | 0 | 0 | 4D | 64 | 3 | E | 64 | 31 |
| Octal | 370 | 72 | 0 | 0 | 115 | 144 | 3 | 16 | 144 | 61 |
| Binary | 11111000 | 111010 | 0 | 0 | 1001101 | 1100100 | 11 | 1110 | 1100100 | 110001 |
Color Harmonies of #F83A00
Complementary color
Monochromatic Colors of #F83A00
Black with #F83A00
Text Example
Text Example
White with #F83A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A00; }
p { color: rgb(248,58,0); }
H1.HeaderClassName
{
color: #F83A00;
}
.AnyTagClassName
{
color: #F83A00;
}
</style>
background-color css
<style>
a { background-color: #F83A00; }
a { background-color: rgb(248,58,0); }
div.DivClassName
{
background-color: #F83A00;
}
.BgClassName
{
background-color: #F83A00;
}
</style>
border-color css
<style>
span { border-color: #F83A00; }
span { border-color: rgb(248,58,0); }
td.TdClassName
{
border-color: #F83A00;
}
.TagClassName
{
border-color: #F83A00;
}
</style>