Shades of Orange Red #F83C04
Tints of Orange Red #F83C04
RGB
CMYK
RGB Variations
Color information
#F83C04 (or 0xF83C04) is known color: Orange Red. HEX triplet: F8, 3C and 04. RGB value is (248,60,4). Sum of RGB (Red+Green+Blue) = 248+60+4=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83C04 is #07C3FB. Grayscale: #6E6E6E. Windows color (decimal): -508924 or 277752. OLE color: 277752.
HSL color Cylindrical-coordinate representation of color #F83C04: hue angle of 13.77º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F83C04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.03 |
| HSL | 13.77º | 0.97% | 0.49% | - |
| HSV(B) | 13.77º | 0.98% | 0.97% | - |
| XYZ | 40.35 | 23.2 | 2.47 | - |
| YUV | 109.83 | 68.28 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 4 | 0 | 0.76 | 0.98 | 0.03 | 13.77 | 0.97 | 0.49 |
| Hex | F8 | 3C | 4 | 0 | 4C | 62 | 3 | E | 61 | 31 |
| Octal | 370 | 74 | 4 | 0 | 114 | 142 | 3 | 16 | 141 | 61 |
| Binary | 11111000 | 111100 | 100 | 0 | 1001100 | 1100010 | 11 | 1110 | 1100001 | 110001 |
Color Harmonies of #F83C04
Complementary color
Monochromatic Colors of #F83C04
Black with #F83C04
Text Example
Text Example
White with #F83C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83C04; }
p { color: rgb(248,60,4); }
H1.HeaderClassName
{
color: #F83C04;
}
.AnyTagClassName
{
color: #F83C04;
}
</style>
background-color css
<style>
a { background-color: #F83C04; }
a { background-color: rgb(248,60,4); }
div.DivClassName
{
background-color: #F83C04;
}
.BgClassName
{
background-color: #F83C04;
}
</style>
border-color css
<style>
span { border-color: #F83C04; }
span { border-color: rgb(248,60,4); }
td.TdClassName
{
border-color: #F83C04;
}
.TagClassName
{
border-color: #F83C04;
}
</style>