Shades of Sea Buckthorn #F0963F
Tints of Sea Buckthorn #F0963F
RGB
CMYK
RGB Variations
Color information
#F0963F (or 0xF0963F) is known color: Sea Buckthorn. HEX triplet: F0, 96 and 3F. RGB value is (240,150,63). Sum of RGB (Red+Green+Blue) = 240+150+63=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0963F is #0F69C0. Grayscale: #A7A7A7. Windows color (decimal): -1010113 or 4167408. OLE color: 4167408.
HSL color Cylindrical-coordinate representation of color #F0963F: hue angle of 29.49º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0963F is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 63 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.06 |
| HSL | 29.49º | 0.86% | 0.59% | - |
| HSV(B) | 29.49º | 0.74% | 0.94% | - |
| XYZ | 47.74 | 40.7 | 10.04 | - |
| YUV | 166.99 | 69.32 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 63 | 0 | 0.37 | 0.74 | 0.06 | 29.49 | 0.86 | 0.59 |
| Hex | F0 | 96 | 3F | 0 | 25 | 4A | 6 | 1D | 56 | 3B |
| Octal | 360 | 226 | 77 | 0 | 45 | 112 | 6 | 35 | 126 | 73 |
| Binary | 11110000 | 10010110 | 111111 | 0 | 100101 | 1001010 | 110 | 11101 | 1010110 | 111011 |
Color Harmonies of #F0963F
Complementary color
Monochromatic Colors of #F0963F
Black with #F0963F
Text Example
Text Example
White with #F0963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0963F; }
p { color: rgb(240,150,63); }
H1.HeaderClassName
{
color: #F0963F;
}
.AnyTagClassName
{
color: #F0963F;
}
</style>
background-color css
<style>
a { background-color: #F0963F; }
a { background-color: rgb(240,150,63); }
div.DivClassName
{
background-color: #F0963F;
}
.BgClassName
{
background-color: #F0963F;
}
</style>
border-color css
<style>
span { border-color: #F0963F; }
span { border-color: rgb(240,150,63); }
td.TdClassName
{
border-color: #F0963F;
}
.TagClassName
{
border-color: #F0963F;
}
</style>