Shades of Sea Buckthorn #F59150
Tints of Sea Buckthorn #F59150
RGB
CMYK
RGB Variations
Color information
#F59150 (or 0xF59150) is known color: Sea Buckthorn. HEX triplet: F5, 91 and 50. RGB value is (245,145,80). Sum of RGB (Red+Green+Blue) = 245+145+80=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F59150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59150 is #0A6EAF. Grayscale: #A7A7A7. Windows color (decimal): -683696 or 5280245. OLE color: 5280245.
HSL color Cylindrical-coordinate representation of color #F59150: hue angle of 23.64º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F59150 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 80 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.04 |
| HSL | 23.64º | 0.89% | 0.64% | - |
| HSV(B) | 23.64º | 0.67% | 0.96% | - |
| XYZ | 49.23 | 40.24 | 12.76 | - |
| YUV | 167.49 | 78.63 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 80 | 0 | 0.41 | 0.67 | 0.04 | 23.64 | 0.89 | 0.64 |
| Hex | F5 | 91 | 50 | 0 | 29 | 43 | 4 | 18 | 59 | 40 |
| Octal | 365 | 221 | 120 | 0 | 51 | 103 | 4 | 30 | 131 | 100 |
| Binary | 11110101 | 10010001 | 1010000 | 0 | 101001 | 1000011 | 100 | 11000 | 1011001 | 1000000 |
Color Harmonies of #F59150
Complementary color
Monochromatic Colors of #F59150
Black with #F59150
Text Example
Text Example
White with #F59150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59150; }
p { color: rgb(245,145,80); }
H1.HeaderClassName
{
color: #F59150;
}
.AnyTagClassName
{
color: #F59150;
}
</style>
background-color css
<style>
a { background-color: #F59150; }
a { background-color: rgb(245,145,80); }
div.DivClassName
{
background-color: #F59150;
}
.BgClassName
{
background-color: #F59150;
}
</style>
border-color css
<style>
span { border-color: #F59150; }
span { border-color: rgb(245,145,80); }
td.TdClassName
{
border-color: #F59150;
}
.TagClassName
{
border-color: #F59150;
}
</style>