Shades of Orange Red #F14006
Tints of Orange Red #F14006
RGB
CMYK
RGB Variations
Color information
#F14006 (or 0xF14006) is known color: Orange Red. HEX triplet: F1, 40 and 06. RGB value is (241,64,6). Sum of RGB (Red+Green+Blue) = 241+64+6=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F14006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14006 is #0EBFF9. Grayscale: #6E6E6E. Windows color (decimal): -966650 or 409841. OLE color: 409841.
HSL color Cylindrical-coordinate representation of color #F14006: hue angle of 14.81º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F14006 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 6 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.05 |
| HSL | 14.81º | 0.95% | 0.48% | - |
| HSV(B) | 14.81º | 0.98% | 0.95% | - |
| XYZ | 38.14 | 22.38 | 2.48 | - |
| YUV | 110.31 | 69.14 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 6 | 0 | 0.73 | 0.98 | 0.05 | 14.81 | 0.95 | 0.48 |
| Hex | F1 | 40 | 6 | 0 | 49 | 62 | 5 | F | 5F | 30 |
| Octal | 361 | 100 | 6 | 0 | 111 | 142 | 5 | 17 | 137 | 60 |
| Binary | 11110001 | 1000000 | 110 | 0 | 1001001 | 1100010 | 101 | 1111 | 1011111 | 110000 |
Color Harmonies of #F14006
Complementary color
Monochromatic Colors of #F14006
Black with #F14006
Text Example
Text Example
White with #F14006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14006; }
p { color: rgb(241,64,6); }
H1.HeaderClassName
{
color: #F14006;
}
.AnyTagClassName
{
color: #F14006;
}
</style>
background-color css
<style>
a { background-color: #F14006; }
a { background-color: rgb(241,64,6); }
div.DivClassName
{
background-color: #F14006;
}
.BgClassName
{
background-color: #F14006;
}
</style>
border-color css
<style>
span { border-color: #F14006; }
span { border-color: rgb(241,64,6); }
td.TdClassName
{
border-color: #F14006;
}
.TagClassName
{
border-color: #F14006;
}
</style>