Shades of Red Orange #F84C1D
Tints of Red Orange #F84C1D
RGB
CMYK
RGB Variations
Color information
#F84C1D (or 0xF84C1D) is known color: Red Orange. HEX triplet: F8, 4C and 1D. RGB value is (248,76,29). Sum of RGB (Red+Green+Blue) = 248+76+29=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84C1D is #07B3E2. Grayscale: #7A7A7A. Windows color (decimal): -504803 or 1920248. OLE color: 1920248.
HSL color Cylindrical-coordinate representation of color #F84C1D: hue angle of 12.88º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F84C1D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 29 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.03 |
| HSL | 12.88º | 0.94% | 0.54% | - |
| HSV(B) | 12.88º | 0.88% | 0.97% | - |
| XYZ | 41.52 | 25.21 | 3.84 | - |
| YUV | 122.07 | 75.48 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 29 | 0 | 0.69 | 0.88 | 0.03 | 12.88 | 0.94 | 0.54 |
| Hex | F8 | 4C | 1D | 0 | 45 | 58 | 3 | D | 5E | 36 |
| Octal | 370 | 114 | 35 | 0 | 105 | 130 | 3 | 15 | 136 | 66 |
| Binary | 11111000 | 1001100 | 11101 | 0 | 1000101 | 1011000 | 11 | 1101 | 1011110 | 110110 |
Color Harmonies of #F84C1D
Complementary color
Monochromatic Colors of #F84C1D
Black with #F84C1D
Text Example
Text Example
White with #F84C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C1D; }
p { color: rgb(248,76,29); }
H1.HeaderClassName
{
color: #F84C1D;
}
.AnyTagClassName
{
color: #F84C1D;
}
</style>
background-color css
<style>
a { background-color: #F84C1D; }
a { background-color: rgb(248,76,29); }
div.DivClassName
{
background-color: #F84C1D;
}
.BgClassName
{
background-color: #F84C1D;
}
</style>
border-color css
<style>
span { border-color: #F84C1D; }
span { border-color: rgb(248,76,29); }
td.TdClassName
{
border-color: #F84C1D;
}
.TagClassName
{
border-color: #F84C1D;
}
</style>