Shades of Orange Red #F04608
Tints of Orange Red #F04608
RGB
CMYK
RGB Variations
Color information
#F04608 (or 0xF04608) is known color: Orange Red. HEX triplet: F0, 46 and 08. RGB value is (240,70,8). Sum of RGB (Red+Green+Blue) = 240+70+8=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F04608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04608 is #0FB9F7. Grayscale: #727272. Windows color (decimal): -1030648 or 542448. OLE color: 542448.
HSL color Cylindrical-coordinate representation of color #F04608: hue angle of 16.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F04608 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 8 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.06 |
| HSL | 16.03º | 0.94% | 0.49% | - |
| HSV(B) | 16.03º | 0.97% | 0.94% | - |
| XYZ | 38.17 | 22.92 | 2.64 | - |
| YUV | 113.76 | 68.32 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 8 | 0 | 0.71 | 0.97 | 0.06 | 16.03 | 0.94 | 0.49 |
| Hex | F0 | 46 | 8 | 0 | 47 | 61 | 6 | 10 | 5E | 31 |
| Octal | 360 | 106 | 10 | 0 | 107 | 141 | 6 | 20 | 136 | 61 |
| Binary | 11110000 | 1000110 | 1000 | 0 | 1000111 | 1100001 | 110 | 10000 | 1011110 | 110001 |
Color Harmonies of #F04608
Complementary color
Monochromatic Colors of #F04608
Black with #F04608
Text Example
Text Example
White with #F04608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04608; }
p { color: rgb(240,70,8); }
H1.HeaderClassName
{
color: #F04608;
}
.AnyTagClassName
{
color: #F04608;
}
</style>
background-color css
<style>
a { background-color: #F04608; }
a { background-color: rgb(240,70,8); }
div.DivClassName
{
background-color: #F04608;
}
.BgClassName
{
background-color: #F04608;
}
</style>
border-color css
<style>
span { border-color: #F04608; }
span { border-color: rgb(240,70,8); }
td.TdClassName
{
border-color: #F04608;
}
.TagClassName
{
border-color: #F04608;
}
</style>