Shades of Sea Buckthorn #F09550
Tints of Sea Buckthorn #F09550
RGB
CMYK
RGB Variations
Color information
#F09550 (or 0xF09550) is known color: Sea Buckthorn. HEX triplet: F0, 95 and 50. RGB value is (240,149,80). Sum of RGB (Red+Green+Blue) = 240+149+80=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F09550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09550 is #0F6AAF. Grayscale: #A8A8A8. Windows color (decimal): -1010352 or 5281264. OLE color: 5281264.
HSL color Cylindrical-coordinate representation of color #F09550: hue angle of 25.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F09550 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 80 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.06 |
| HSL | 25.88º | 0.84% | 0.63% | - |
| HSV(B) | 25.88º | 0.67% | 0.94% | - |
| XYZ | 48.13 | 40.6 | 12.89 | - |
| YUV | 168.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 80 | 0 | 0.38 | 0.67 | 0.06 | 25.88 | 0.84 | 0.63 |
| Hex | F0 | 95 | 50 | 0 | 26 | 43 | 6 | 1A | 54 | 3F |
| Octal | 360 | 225 | 120 | 0 | 46 | 103 | 6 | 32 | 124 | 77 |
| Binary | 11110000 | 10010101 | 1010000 | 0 | 100110 | 1000011 | 110 | 11010 | 1010100 | 111111 |
Color Harmonies of #F09550
Complementary color
Monochromatic Colors of #F09550
Black with #F09550
Text Example
Text Example
White with #F09550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09550; }
p { color: rgb(240,149,80); }
H1.HeaderClassName
{
color: #F09550;
}
.AnyTagClassName
{
color: #F09550;
}
</style>
background-color css
<style>
a { background-color: #F09550; }
a { background-color: rgb(240,149,80); }
div.DivClassName
{
background-color: #F09550;
}
.BgClassName
{
background-color: #F09550;
}
</style>
border-color css
<style>
span { border-color: #F09550; }
span { border-color: rgb(240,149,80); }
td.TdClassName
{
border-color: #F09550;
}
.TagClassName
{
border-color: #F09550;
}
</style>