Shades of Red Orange #F84D1F
Tints of Red Orange #F84D1F
RGB
CMYK
RGB Variations
Color information
#F84D1F (or 0xF84D1F) is known color: Red Orange. HEX triplet: F8, 4D and 1F. RGB value is (248,77,31). Sum of RGB (Red+Green+Blue) = 248+77+31=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F84D1F is #07B2E0. Grayscale: #7B7B7B. Windows color (decimal): -504545 or 2051576. OLE color: 2051576.
HSL color Cylindrical-coordinate representation of color #F84D1F: hue angle of 12.72º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F84D1F is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 31 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.03 |
| HSL | 12.72º | 0.94% | 0.55% | - |
| HSV(B) | 12.72º | 0.88% | 0.97% | - |
| XYZ | 41.61 | 25.36 | 4 | - |
| YUV | 122.89 | 76.15 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 31 | 0 | 0.69 | 0.88 | 0.03 | 12.72 | 0.94 | 0.55 |
| Hex | F8 | 4D | 1F | 0 | 45 | 58 | 3 | D | 5E | 37 |
| Octal | 370 | 115 | 37 | 0 | 105 | 130 | 3 | 15 | 136 | 67 |
| Binary | 11111000 | 1001101 | 11111 | 0 | 1000101 | 1011000 | 11 | 1101 | 1011110 | 110111 |
Color Harmonies of #F84D1F
Complementary color
Monochromatic Colors of #F84D1F
Black with #F84D1F
Text Example
Text Example
White with #F84D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D1F; }
p { color: rgb(248,77,31); }
H1.HeaderClassName
{
color: #F84D1F;
}
.AnyTagClassName
{
color: #F84D1F;
}
</style>
background-color css
<style>
a { background-color: #F84D1F; }
a { background-color: rgb(248,77,31); }
div.DivClassName
{
background-color: #F84D1F;
}
.BgClassName
{
background-color: #F84D1F;
}
</style>
border-color css
<style>
span { border-color: #F84D1F; }
span { border-color: rgb(248,77,31); }
td.TdClassName
{
border-color: #F84D1F;
}
.TagClassName
{
border-color: #F84D1F;
}
</style>