Shades of Orange Red #F83D03
Tints of Orange Red #F83D03
RGB
CMYK
RGB Variations
Color information
#F83D03 (or 0xF83D03) is known color: Orange Red. HEX triplet: F8, 3D and 03. RGB value is (248,61,3). Sum of RGB (Red+Green+Blue) = 248+61+3=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83D03 is #07C2FC. Grayscale: #6E6E6E. Windows color (decimal): -508669 or 212472. OLE color: 212472.
HSL color Cylindrical-coordinate representation of color #F83D03: hue angle of 14.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F83D03 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.03 |
| HSL | 14.2º | 0.98% | 0.49% | - |
| HSV(B) | 14.2º | 0.99% | 0.97% | - |
| XYZ | 40.4 | 23.3 | 2.45 | - |
| YUV | 110.3 | 67.45 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 3 | 0 | 0.75 | 0.99 | 0.03 | 14.2 | 0.98 | 0.49 |
| Hex | F8 | 3D | 3 | 0 | 4B | 63 | 3 | E | 62 | 31 |
| Octal | 370 | 75 | 3 | 0 | 113 | 143 | 3 | 16 | 142 | 61 |
| Binary | 11111000 | 111101 | 11 | 0 | 1001011 | 1100011 | 11 | 1110 | 1100010 | 110001 |
Color Harmonies of #F83D03
Complementary color
Monochromatic Colors of #F83D03
Black with #F83D03
Text Example
Text Example
White with #F83D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D03; }
p { color: rgb(248,61,3); }
H1.HeaderClassName
{
color: #F83D03;
}
.AnyTagClassName
{
color: #F83D03;
}
</style>
background-color css
<style>
a { background-color: #F83D03; }
a { background-color: rgb(248,61,3); }
div.DivClassName
{
background-color: #F83D03;
}
.BgClassName
{
background-color: #F83D03;
}
</style>
border-color css
<style>
span { border-color: #F83D03; }
span { border-color: rgb(248,61,3); }
td.TdClassName
{
border-color: #F83D03;
}
.TagClassName
{
border-color: #F83D03;
}
</style>