Shades of Sea Buckthorn #F0964B
Tints of Sea Buckthorn #F0964B
RGB
CMYK
RGB Variations
Color information
#F0964B (or 0xF0964B) is known color: Sea Buckthorn. HEX triplet: F0, 96 and 4B. RGB value is (240,150,75). Sum of RGB (Red+Green+Blue) = 240+150+75=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0964B is #0F69B4. Grayscale: #A8A8A8. Windows color (decimal): -1010101 or 4953840. OLE color: 4953840.
HSL color Cylindrical-coordinate representation of color #F0964B: hue angle of 27.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0964B is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 75 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.06 |
| HSL | 27.27º | 0.85% | 0.62% | - |
| HSV(B) | 27.27º | 0.69% | 0.94% | - |
| XYZ | 48.11 | 40.85 | 12 | - |
| YUV | 168.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 75 | 0 | 0.37 | 0.69 | 0.06 | 27.27 | 0.85 | 0.62 |
| Hex | F0 | 96 | 4B | 0 | 25 | 45 | 6 | 1B | 55 | 3E |
| Octal | 360 | 226 | 113 | 0 | 45 | 105 | 6 | 33 | 125 | 76 |
| Binary | 11110000 | 10010110 | 1001011 | 0 | 100101 | 1000101 | 110 | 11011 | 1010101 | 111110 |
Color Harmonies of #F0964B
Complementary color
Monochromatic Colors of #F0964B
Black with #F0964B
Text Example
Text Example
White with #F0964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0964B; }
p { color: rgb(240,150,75); }
H1.HeaderClassName
{
color: #F0964B;
}
.AnyTagClassName
{
color: #F0964B;
}
</style>
background-color css
<style>
a { background-color: #F0964B; }
a { background-color: rgb(240,150,75); }
div.DivClassName
{
background-color: #F0964B;
}
.BgClassName
{
background-color: #F0964B;
}
</style>
border-color css
<style>
span { border-color: #F0964B; }
span { border-color: rgb(240,150,75); }
td.TdClassName
{
border-color: #F0964B;
}
.TagClassName
{
border-color: #F0964B;
}
</style>