Shades of Red Orange #F84030
Tints of Red Orange #F84030
RGB
CMYK
RGB Variations
Color information
#F84030 (or 0xF84030) is known color: Red Orange. HEX triplet: F8, 40 and 30. RGB value is (248,64,48). Sum of RGB (Red+Green+Blue) = 248+64+48=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F84030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84030 is #07BFCF. Grayscale: #757575. Windows color (decimal): -507856 or 3162360. OLE color: 3162360.
HSL color Cylindrical-coordinate representation of color #F84030: hue angle of 4.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F84030 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 48 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.03 |
| HSL | 4.8º | 0.93% | 0.58% | - |
| HSV(B) | 4.8º | 0.81% | 0.97% | - |
| XYZ | 41.08 | 23.84 | 5.23 | - |
| YUV | 117.19 | 88.96 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 48 | 0 | 0.74 | 0.81 | 0.03 | 4.8 | 0.93 | 0.58 |
| Hex | F8 | 40 | 30 | 0 | 4A | 51 | 3 | 5 | 5D | 3A |
| Octal | 370 | 100 | 60 | 0 | 112 | 121 | 3 | 5 | 135 | 72 |
| Binary | 11111000 | 1000000 | 110000 | 0 | 1001010 | 1010001 | 11 | 101 | 1011101 | 111010 |
Color Harmonies of #F84030
Complementary color
Monochromatic Colors of #F84030
Black with #F84030
Text Example
Text Example
White with #F84030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84030; }
p { color: rgb(248,64,48); }
H1.HeaderClassName
{
color: #F84030;
}
.AnyTagClassName
{
color: #F84030;
}
</style>
background-color css
<style>
a { background-color: #F84030; }
a { background-color: rgb(248,64,48); }
div.DivClassName
{
background-color: #F84030;
}
.BgClassName
{
background-color: #F84030;
}
</style>
border-color css
<style>
span { border-color: #F84030; }
span { border-color: rgb(248,64,48); }
td.TdClassName
{
border-color: #F84030;
}
.TagClassName
{
border-color: #F84030;
}
</style>