Shades of Orange Red #F14008
Tints of Orange Red #F14008
RGB
CMYK
RGB Variations
Color information
#F14008 (or 0xF14008) is known color: Orange Red. HEX triplet: F1, 40 and 08. RGB value is (241,64,8). Sum of RGB (Red+Green+Blue) = 241+64+8=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F14008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14008 is #0EBFF7. Grayscale: #6E6E6E. Windows color (decimal): -966648 or 540913. OLE color: 540913.
HSL color Cylindrical-coordinate representation of color #F14008: hue angle of 14.42º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F14008 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 8 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.05 |
| HSL | 14.42º | 0.94% | 0.49% | - |
| HSV(B) | 14.42º | 0.97% | 0.95% | - |
| XYZ | 38.15 | 22.39 | 2.54 | - |
| YUV | 110.54 | 70.14 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 8 | 0 | 0.73 | 0.97 | 0.05 | 14.42 | 0.94 | 0.49 |
| Hex | F1 | 40 | 8 | 0 | 49 | 61 | 5 | E | 5E | 31 |
| Octal | 361 | 100 | 10 | 0 | 111 | 141 | 5 | 16 | 136 | 61 |
| Binary | 11110001 | 1000000 | 1000 | 0 | 1001001 | 1100001 | 101 | 1110 | 1011110 | 110001 |
Color Harmonies of #F14008
Complementary color
Monochromatic Colors of #F14008
Black with #F14008
Text Example
Text Example
White with #F14008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14008; }
p { color: rgb(241,64,8); }
H1.HeaderClassName
{
color: #F14008;
}
.AnyTagClassName
{
color: #F14008;
}
</style>
background-color css
<style>
a { background-color: #F14008; }
a { background-color: rgb(241,64,8); }
div.DivClassName
{
background-color: #F14008;
}
.BgClassName
{
background-color: #F14008;
}
</style>
border-color css
<style>
span { border-color: #F14008; }
span { border-color: rgb(241,64,8); }
td.TdClassName
{
border-color: #F14008;
}
.TagClassName
{
border-color: #F14008;
}
</style>