Shades of Orange Red #F84300
Tints of Orange Red #F84300
RGB
CMYK
RGB Variations
Color information
#F84300 (or 0xF84300) is known color: Orange Red. HEX triplet: F8, 43 and 00. RGB value is (248,67,0). Sum of RGB (Red+Green+Blue) = 248+67+0=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F84300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84300 is #07BCFF. Grayscale: #717171. Windows color (decimal): -507136 or 17400. OLE color: 17400.
HSL color Cylindrical-coordinate representation of color #F84300: hue angle of 16.21º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F84300 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.03 |
| HSL | 16.21º | 1% | 0.49% | - |
| HSV(B) | 16.21º | 1% | 0.97% | - |
| XYZ | 40.72 | 23.97 | 2.48 | - |
| YUV | 113.48 | 63.97 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 0 | 0 | 0.73 | 1 | 0.03 | 16.21 | 1 | 0.49 |
| Hex | F8 | 43 | 0 | 0 | 49 | 64 | 3 | 10 | 64 | 31 |
| Octal | 370 | 103 | 0 | 0 | 111 | 144 | 3 | 20 | 144 | 61 |
| Binary | 11111000 | 1000011 | 0 | 0 | 1001001 | 1100100 | 11 | 10000 | 1100100 | 110001 |
Color Harmonies of #F84300
Complementary color
Monochromatic Colors of #F84300
Black with #F84300
Text Example
Text Example
White with #F84300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84300; }
p { color: rgb(248,67,0); }
H1.HeaderClassName
{
color: #F84300;
}
.AnyTagClassName
{
color: #F84300;
}
</style>
background-color css
<style>
a { background-color: #F84300; }
a { background-color: rgb(248,67,0); }
div.DivClassName
{
background-color: #F84300;
}
.BgClassName
{
background-color: #F84300;
}
</style>
border-color css
<style>
span { border-color: #F84300; }
span { border-color: rgb(248,67,0); }
td.TdClassName
{
border-color: #F84300;
}
.TagClassName
{
border-color: #F84300;
}
</style>