Shades of Sea Buckthorn #F6914E
Tints of Sea Buckthorn #F6914E
RGB
CMYK
RGB Variations
Color information
#F6914E (or 0xF6914E) is known color: Sea Buckthorn. HEX triplet: F6, 91 and 4E. RGB value is (246,145,78). Sum of RGB (Red+Green+Blue) = 246+145+78=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6914E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6914E is #096EB1. Grayscale: #A7A7A7. Windows color (decimal): -618162 or 5149174. OLE color: 5149174.
HSL color Cylindrical-coordinate representation of color #F6914E: hue angle of 23.93º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6914E is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 78 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.04 |
| HSL | 23.93º | 0.9% | 0.64% | - |
| HSV(B) | 23.93º | 0.68% | 0.96% | - |
| XYZ | 49.51 | 40.39 | 12.4 | - |
| YUV | 167.56 | 77.46 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 78 | 0 | 0.41 | 0.68 | 0.04 | 23.93 | 0.9 | 0.64 |
| Hex | F6 | 91 | 4E | 0 | 29 | 44 | 4 | 18 | 5A | 40 |
| Octal | 366 | 221 | 116 | 0 | 51 | 104 | 4 | 30 | 132 | 100 |
| Binary | 11110110 | 10010001 | 1001110 | 0 | 101001 | 1000100 | 100 | 11000 | 1011010 | 1000000 |
Color Harmonies of #F6914E
Complementary color
Monochromatic Colors of #F6914E
Black with #F6914E
Text Example
Text Example
White with #F6914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6914E; }
p { color: rgb(246,145,78); }
H1.HeaderClassName
{
color: #F6914E;
}
.AnyTagClassName
{
color: #F6914E;
}
</style>
background-color css
<style>
a { background-color: #F6914E; }
a { background-color: rgb(246,145,78); }
div.DivClassName
{
background-color: #F6914E;
}
.BgClassName
{
background-color: #F6914E;
}
</style>
border-color css
<style>
span { border-color: #F6914E; }
span { border-color: rgb(246,145,78); }
td.TdClassName
{
border-color: #F6914E;
}
.TagClassName
{
border-color: #F6914E;
}
</style>