Shades of Orange Red #F83C03
Tints of Orange Red #F83C03
RGB
CMYK
RGB Variations
Color information
#F83C03 (or 0xF83C03) is known color: Orange Red. HEX triplet: F8, 3C and 03. RGB value is (248,60,3). Sum of RGB (Red+Green+Blue) = 248+60+3=311 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.74% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83C03 is #07C3FC. Grayscale: #6E6E6E. Windows color (decimal): -508925 or 212216. OLE color: 212216.
HSL color Cylindrical-coordinate representation of color #F83C03: hue angle of 13.96º 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 #F83C03 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 3 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.03 |
| HSL | 13.96º | 0.98% | 0.49% | - |
| HSV(B) | 13.96º | 0.99% | 0.97% | - |
| XYZ | 40.34 | 23.19 | 2.44 | - |
| YUV | 109.71 | 67.78 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 3 | 0 | 0.76 | 0.99 | 0.03 | 13.96 | 0.98 | 0.49 |
| Hex | F8 | 3C | 3 | 0 | 4C | 63 | 3 | E | 62 | 31 |
| Octal | 370 | 74 | 3 | 0 | 114 | 143 | 3 | 16 | 142 | 61 |
| Binary | 11111000 | 111100 | 11 | 0 | 1001100 | 1100011 | 11 | 1110 | 1100010 | 110001 |
Color Harmonies of #F83C03
Complementary color
Monochromatic Colors of #F83C03
Black with #F83C03
Text Example
Text Example
White with #F83C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83C03; }
p { color: rgb(248,60,3); }
H1.HeaderClassName
{
color: #F83C03;
}
.AnyTagClassName
{
color: #F83C03;
}
</style>
background-color css
<style>
a { background-color: #F83C03; }
a { background-color: rgb(248,60,3); }
div.DivClassName
{
background-color: #F83C03;
}
.BgClassName
{
background-color: #F83C03;
}
</style>
border-color css
<style>
span { border-color: #F83C03; }
span { border-color: rgb(248,60,3); }
td.TdClassName
{
border-color: #F83C03;
}
.TagClassName
{
border-color: #F83C03;
}
</style>