Shades of Sea Buckthorn #F0964C
Tints of Sea Buckthorn #F0964C
RGB
CMYK
RGB Variations
Color information
#F0964C (or 0xF0964C) is known color: Sea Buckthorn. HEX triplet: F0, 96 and 4C. RGB value is (240,150,76). Sum of RGB (Red+Green+Blue) = 240+150+76=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0964C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0964C is #0F69B3. Grayscale: #A8A8A8. Windows color (decimal): -1010100 or 5019376. OLE color: 5019376.
HSL color Cylindrical-coordinate representation of color #F0964C: hue angle of 27.07º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0964C is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 76 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.06 |
| HSL | 27.07º | 0.85% | 0.62% | - |
| HSV(B) | 27.07º | 0.68% | 0.94% | - |
| XYZ | 48.15 | 40.86 | 12.19 | - |
| YUV | 168.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 76 | 0 | 0.37 | 0.68 | 0.06 | 27.07 | 0.85 | 0.62 |
| Hex | F0 | 96 | 4C | 0 | 25 | 44 | 6 | 1B | 55 | 3E |
| Octal | 360 | 226 | 114 | 0 | 45 | 104 | 6 | 33 | 125 | 76 |
| Binary | 11110000 | 10010110 | 1001100 | 0 | 100101 | 1000100 | 110 | 11011 | 1010101 | 111110 |
Color Harmonies of #F0964C
Complementary color
Monochromatic Colors of #F0964C
Black with #F0964C
Text Example
Text Example
White with #F0964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0964C; }
p { color: rgb(240,150,76); }
H1.HeaderClassName
{
color: #F0964C;
}
.AnyTagClassName
{
color: #F0964C;
}
</style>
background-color css
<style>
a { background-color: #F0964C; }
a { background-color: rgb(240,150,76); }
div.DivClassName
{
background-color: #F0964C;
}
.BgClassName
{
background-color: #F0964C;
}
</style>
border-color css
<style>
span { border-color: #F0964C; }
span { border-color: rgb(240,150,76); }
td.TdClassName
{
border-color: #F0964C;
}
.TagClassName
{
border-color: #F0964C;
}
</style>