Shades of Orange Red #F83C05
Tints of Orange Red #F83C05
RGB
CMYK
RGB Variations
Color information
#F83C05 (or 0xF83C05) is known color: Orange Red. HEX triplet: F8, 3C and 05. RGB value is (248,60,5). Sum of RGB (Red+Green+Blue) = 248+60+5=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83C05 is #07C3FA. Grayscale: #6E6E6E. Windows color (decimal): -508923 or 343288. OLE color: 343288.
HSL color Cylindrical-coordinate representation of color #F83C05: hue angle of 13.58º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F83C05 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 5 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.03 |
| HSL | 13.58º | 0.96% | 0.5% | - |
| HSV(B) | 13.58º | 0.98% | 0.97% | - |
| XYZ | 40.35 | 23.2 | 2.49 | - |
| YUV | 109.94 | 68.78 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 5 | 0 | 0.76 | 0.98 | 0.03 | 13.58 | 0.96 | 0.5 |
| Hex | F8 | 3C | 5 | 0 | 4C | 62 | 3 | E | 60 | 32 |
| Octal | 370 | 74 | 5 | 0 | 114 | 142 | 3 | 16 | 140 | 62 |
| Binary | 11111000 | 111100 | 101 | 0 | 1001100 | 1100010 | 11 | 1110 | 1100000 | 110010 |
Color Harmonies of #F83C05
Complementary color
Monochromatic Colors of #F83C05
Black with #F83C05
Text Example
Text Example
White with #F83C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83C05; }
p { color: rgb(248,60,5); }
H1.HeaderClassName
{
color: #F83C05;
}
.AnyTagClassName
{
color: #F83C05;
}
</style>
background-color css
<style>
a { background-color: #F83C05; }
a { background-color: rgb(248,60,5); }
div.DivClassName
{
background-color: #F83C05;
}
.BgClassName
{
background-color: #F83C05;
}
</style>
border-color css
<style>
span { border-color: #F83C05; }
span { border-color: rgb(248,60,5); }
td.TdClassName
{
border-color: #F83C05;
}
.TagClassName
{
border-color: #F83C05;
}
</style>