Shades of Sea Buckthorn #F6963F
Tints of Sea Buckthorn #F6963F
RGB
CMYK
RGB Variations
Color information
#F6963F (or 0xF6963F) is known color: Sea Buckthorn. HEX triplet: F6, 96 and 3F. RGB value is (246,150,63). Sum of RGB (Red+Green+Blue) = 246+150+63=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F6963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6963F is #0969C0. Grayscale: #A9A9A9. Windows color (decimal): -616897 or 4167414. OLE color: 4167414.
HSL color Cylindrical-coordinate representation of color #F6963F: hue angle of 28.52º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6963F is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 63 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.04 |
| HSL | 28.52º | 0.91% | 0.61% | - |
| HSV(B) | 28.52º | 0.74% | 0.96% | - |
| XYZ | 49.81 | 41.76 | 10.14 | - |
| YUV | 168.79 | 68.3 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 63 | 0 | 0.39 | 0.74 | 0.04 | 28.52 | 0.91 | 0.61 |
| Hex | F6 | 96 | 3F | 0 | 27 | 4A | 4 | 1D | 5B | 3D |
| Octal | 366 | 226 | 77 | 0 | 47 | 112 | 4 | 35 | 133 | 75 |
| Binary | 11110110 | 10010110 | 111111 | 0 | 100111 | 1001010 | 100 | 11101 | 1011011 | 111101 |
Color Harmonies of #F6963F
Complementary color
Monochromatic Colors of #F6963F
Black with #F6963F
Text Example
Text Example
White with #F6963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6963F; }
p { color: rgb(246,150,63); }
H1.HeaderClassName
{
color: #F6963F;
}
.AnyTagClassName
{
color: #F6963F;
}
</style>
background-color css
<style>
a { background-color: #F6963F; }
a { background-color: rgb(246,150,63); }
div.DivClassName
{
background-color: #F6963F;
}
.BgClassName
{
background-color: #F6963F;
}
</style>
border-color css
<style>
span { border-color: #F6963F; }
span { border-color: rgb(246,150,63); }
td.TdClassName
{
border-color: #F6963F;
}
.TagClassName
{
border-color: #F6963F;
}
</style>