Shades of Sea Buckthorn #F6964D
Tints of Sea Buckthorn #F6964D
RGB
CMYK
RGB Variations
Color information
#F6964D (or 0xF6964D) is known color: Sea Buckthorn. HEX triplet: F6, 96 and 4D. RGB value is (246,150,77). Sum of RGB (Red+Green+Blue) = 246+150+77=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6964D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6964D is #0969B2. Grayscale: #AAAAAA. Windows color (decimal): -616883 or 5084918. OLE color: 5084918.
HSL color Cylindrical-coordinate representation of color #F6964D: hue angle of 25.92º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6964D is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 77 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.04 |
| HSL | 25.92º | 0.9% | 0.63% | - |
| HSV(B) | 25.92º | 0.69% | 0.96% | - |
| XYZ | 50.25 | 41.94 | 12.47 | - |
| YUV | 170.38 | 75.3 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 77 | 0 | 0.39 | 0.69 | 0.04 | 25.92 | 0.9 | 0.63 |
| Hex | F6 | 96 | 4D | 0 | 27 | 45 | 4 | 1A | 5A | 3F |
| Octal | 366 | 226 | 115 | 0 | 47 | 105 | 4 | 32 | 132 | 77 |
| Binary | 11110110 | 10010110 | 1001101 | 0 | 100111 | 1000101 | 100 | 11010 | 1011010 | 111111 |
Color Harmonies of #F6964D
Complementary color
Monochromatic Colors of #F6964D
Black with #F6964D
Text Example
Text Example
White with #F6964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6964D; }
p { color: rgb(246,150,77); }
H1.HeaderClassName
{
color: #F6964D;
}
.AnyTagClassName
{
color: #F6964D;
}
</style>
background-color css
<style>
a { background-color: #F6964D; }
a { background-color: rgb(246,150,77); }
div.DivClassName
{
background-color: #F6964D;
}
.BgClassName
{
background-color: #F6964D;
}
</style>
border-color css
<style>
span { border-color: #F6964D; }
span { border-color: rgb(246,150,77); }
td.TdClassName
{
border-color: #F6964D;
}
.TagClassName
{
border-color: #F6964D;
}
</style>