Shades of Sea Buckthorn #F6964A
Tints of Sea Buckthorn #F6964A
RGB
CMYK
RGB Variations
Color information
#F6964A (or 0xF6964A) is known color: Sea Buckthorn. HEX triplet: F6, 96 and 4A. RGB value is (246,150,74). Sum of RGB (Red+Green+Blue) = 246+150+74=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6964A is #0969B5. Grayscale: #AAAAAA. Windows color (decimal): -616886 or 4888310. OLE color: 4888310.
HSL color Cylindrical-coordinate representation of color #F6964A: hue angle of 26.51º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6964A is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 74 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.04 |
| HSL | 26.51º | 0.91% | 0.63% | - |
| HSV(B) | 26.51º | 0.7% | 0.96% | - |
| XYZ | 50.15 | 41.9 | 11.92 | - |
| YUV | 170.04 | 73.8 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 74 | 0 | 0.39 | 0.70 | 0.04 | 26.51 | 0.91 | 0.63 |
| Hex | F6 | 96 | 4A | 0 | 27 | 46 | 4 | 1B | 5B | 3F |
| Octal | 366 | 226 | 112 | 0 | 47 | 106 | 4 | 33 | 133 | 77 |
| Binary | 11110110 | 10010110 | 1001010 | 0 | 100111 | 1000110 | 100 | 11011 | 1011011 | 111111 |
Color Harmonies of #F6964A
Complementary color
Monochromatic Colors of #F6964A
Black with #F6964A
Text Example
Text Example
White with #F6964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6964A; }
p { color: rgb(246,150,74); }
H1.HeaderClassName
{
color: #F6964A;
}
.AnyTagClassName
{
color: #F6964A;
}
</style>
background-color css
<style>
a { background-color: #F6964A; }
a { background-color: rgb(246,150,74); }
div.DivClassName
{
background-color: #F6964A;
}
.BgClassName
{
background-color: #F6964A;
}
</style>
border-color css
<style>
span { border-color: #F6964A; }
span { border-color: rgb(246,150,74); }
td.TdClassName
{
border-color: #F6964A;
}
.TagClassName
{
border-color: #F6964A;
}
</style>