Shades of Orange Red #F83A0D
Tints of Orange Red #F83A0D
RGB
CMYK
RGB Variations
Color information
#F83A0D (or 0xF83A0D) is known color: Orange Red. HEX triplet: F8, 3A and 0D. RGB value is (248,58,13). Sum of RGB (Red+Green+Blue) = 248+58+13=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83A0D is #07C5F2. Grayscale: #6E6E6E. Windows color (decimal): -509427 or 867064. OLE color: 867064.
HSL color Cylindrical-coordinate representation of color #F83A0D: hue angle of 11.49º 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 #F83A0D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.03 |
| HSL | 11.49º | 0.94% | 0.51% | - |
| HSV(B) | 11.49º | 0.95% | 0.97% | - |
| XYZ | 40.3 | 23.01 | 2.7 | - |
| YUV | 109.68 | 73.45 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 13 | 0 | 0.77 | 0.95 | 0.03 | 11.49 | 0.94 | 0.51 |
| Hex | F8 | 3A | D | 0 | 4D | 5F | 3 | B | 5E | 33 |
| Octal | 370 | 72 | 15 | 0 | 115 | 137 | 3 | 13 | 136 | 63 |
| Binary | 11111000 | 111010 | 1101 | 0 | 1001101 | 1011111 | 11 | 1011 | 1011110 | 110011 |
Color Harmonies of #F83A0D
Complementary color
Monochromatic Colors of #F83A0D
Black with #F83A0D
Text Example
Text Example
White with #F83A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A0D; }
p { color: rgb(248,58,13); }
H1.HeaderClassName
{
color: #F83A0D;
}
.AnyTagClassName
{
color: #F83A0D;
}
</style>
background-color css
<style>
a { background-color: #F83A0D; }
a { background-color: rgb(248,58,13); }
div.DivClassName
{
background-color: #F83A0D;
}
.BgClassName
{
background-color: #F83A0D;
}
</style>
border-color css
<style>
span { border-color: #F83A0D; }
span { border-color: rgb(248,58,13); }
td.TdClassName
{
border-color: #F83A0D;
}
.TagClassName
{
border-color: #F83A0D;
}
</style>