Shades of Sea Buckthorn #F09655
Tints of Sea Buckthorn #F09655
RGB
CMYK
RGB Variations
Color information
#F09655 (or 0xF09655) is known color: Sea Buckthorn. HEX triplet: F0, 96 and 55. RGB value is (240,150,85). Sum of RGB (Red+Green+Blue) = 240+150+85=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F09655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09655 is #0F69AA. Grayscale: #A9A9A9. Windows color (decimal): -1010091 or 5609200. OLE color: 5609200.
HSL color Cylindrical-coordinate representation of color #F09655: hue angle of 25.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F09655 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 85 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.06 |
| HSL | 25.16º | 0.84% | 0.64% | - |
| HSV(B) | 25.16º | 0.65% | 0.94% | - |
| XYZ | 48.48 | 40.99 | 13.95 | - |
| YUV | 169.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 85 | 0 | 0.37 | 0.65 | 0.06 | 25.16 | 0.84 | 0.64 |
| Hex | F0 | 96 | 55 | 0 | 25 | 41 | 6 | 19 | 54 | 40 |
| Octal | 360 | 226 | 125 | 0 | 45 | 101 | 6 | 31 | 124 | 100 |
| Binary | 11110000 | 10010110 | 1010101 | 0 | 100101 | 1000001 | 110 | 11001 | 1010100 | 1000000 |
Color Harmonies of #F09655
Complementary color
Monochromatic Colors of #F09655
Black with #F09655
Text Example
Text Example
White with #F09655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09655; }
p { color: rgb(240,150,85); }
H1.HeaderClassName
{
color: #F09655;
}
.AnyTagClassName
{
color: #F09655;
}
</style>
background-color css
<style>
a { background-color: #F09655; }
a { background-color: rgb(240,150,85); }
div.DivClassName
{
background-color: #F09655;
}
.BgClassName
{
background-color: #F09655;
}
</style>
border-color css
<style>
span { border-color: #F09655; }
span { border-color: rgb(240,150,85); }
td.TdClassName
{
border-color: #F09655;
}
.TagClassName
{
border-color: #F09655;
}
</style>