Shades of Orange Red #F83F04
Tints of Orange Red #F83F04
RGB
CMYK
RGB Variations
Color information
#F83F04 (or 0xF83F04) is known color: Orange Red. HEX triplet: F8, 3F and 04. RGB value is (248,63,4). Sum of RGB (Red+Green+Blue) = 248+63+4=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83F04 is #07C0FB. Grayscale: #707070. Windows color (decimal): -508156 or 278520. OLE color: 278520.
HSL color Cylindrical-coordinate representation of color #F83F04: hue angle of 14.51º 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 #F83F04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.03 |
| HSL | 14.51º | 0.97% | 0.49% | - |
| HSV(B) | 14.51º | 0.98% | 0.97% | - |
| XYZ | 40.51 | 23.52 | 2.52 | - |
| YUV | 111.59 | 67.29 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 4 | 0 | 0.75 | 0.98 | 0.03 | 14.51 | 0.97 | 0.49 |
| Hex | F8 | 3F | 4 | 0 | 4B | 62 | 3 | F | 61 | 31 |
| Octal | 370 | 77 | 4 | 0 | 113 | 142 | 3 | 17 | 141 | 61 |
| Binary | 11111000 | 111111 | 100 | 0 | 1001011 | 1100010 | 11 | 1111 | 1100001 | 110001 |
Color Harmonies of #F83F04
Complementary color
Monochromatic Colors of #F83F04
Black with #F83F04
Text Example
Text Example
White with #F83F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83F04; }
p { color: rgb(248,63,4); }
H1.HeaderClassName
{
color: #F83F04;
}
.AnyTagClassName
{
color: #F83F04;
}
</style>
background-color css
<style>
a { background-color: #F83F04; }
a { background-color: rgb(248,63,4); }
div.DivClassName
{
background-color: #F83F04;
}
.BgClassName
{
background-color: #F83F04;
}
</style>
border-color css
<style>
span { border-color: #F83F04; }
span { border-color: rgb(248,63,4); }
td.TdClassName
{
border-color: #F83F04;
}
.TagClassName
{
border-color: #F83F04;
}
</style>