Shades of Red Orange #F84B1E
Tints of Red Orange #F84B1E
RGB
CMYK
RGB Variations
Color information
#F84B1E (or 0xF84B1E) is known color: Red Orange. HEX triplet: F8, 4B and 1E. RGB value is (248,75,30). Sum of RGB (Red+Green+Blue) = 248+75+30=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F84B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84B1E is #07B4E1. Grayscale: #797979. Windows color (decimal): -505058 or 1985528. OLE color: 1985528.
HSL color Cylindrical-coordinate representation of color #F84B1E: hue angle of 12.39º 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 #F84B1E is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 30 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.03 |
| HSL | 12.39º | 0.94% | 0.55% | - |
| HSV(B) | 12.39º | 0.88% | 0.97% | - |
| XYZ | 41.46 | 25.08 | 3.88 | - |
| YUV | 121.6 | 76.31 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 30 | 0 | 0.70 | 0.88 | 0.03 | 12.39 | 0.94 | 0.55 |
| Hex | F8 | 4B | 1E | 0 | 46 | 58 | 3 | C | 5E | 37 |
| Octal | 370 | 113 | 36 | 0 | 106 | 130 | 3 | 14 | 136 | 67 |
| Binary | 11111000 | 1001011 | 11110 | 0 | 1000110 | 1011000 | 11 | 1100 | 1011110 | 110111 |
Color Harmonies of #F84B1E
Complementary color
Monochromatic Colors of #F84B1E
Black with #F84B1E
Text Example
Text Example
White with #F84B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84B1E; }
p { color: rgb(248,75,30); }
H1.HeaderClassName
{
color: #F84B1E;
}
.AnyTagClassName
{
color: #F84B1E;
}
</style>
background-color css
<style>
a { background-color: #F84B1E; }
a { background-color: rgb(248,75,30); }
div.DivClassName
{
background-color: #F84B1E;
}
.BgClassName
{
background-color: #F84B1E;
}
</style>
border-color css
<style>
span { border-color: #F84B1E; }
span { border-color: rgb(248,75,30); }
td.TdClassName
{
border-color: #F84B1E;
}
.TagClassName
{
border-color: #F84B1E;
}
</style>