Shades of Sea Buckthorn #F59845
Tints of Sea Buckthorn #F59845
RGB
CMYK
RGB Variations
Color information
#F59845 (or 0xF59845) is known color: Sea Buckthorn. HEX triplet: F5, 98 and 45. RGB value is (245,152,69). Sum of RGB (Red+Green+Blue) = 245+152+69=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F59845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59845 is #0A67BA. Grayscale: #AAAAAA. Windows color (decimal): -681915 or 4561141. OLE color: 4561141.
HSL color Cylindrical-coordinate representation of color #F59845: hue angle of 28.3º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F59845 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 69 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.04 |
| HSL | 28.3º | 0.9% | 0.62% | - |
| HSV(B) | 28.3º | 0.72% | 0.96% | - |
| XYZ | 49.96 | 42.3 | 11.16 | - |
| YUV | 170.35 | 70.81 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 69 | 0 | 0.38 | 0.72 | 0.04 | 28.3 | 0.9 | 0.62 |
| Hex | F5 | 98 | 45 | 0 | 26 | 48 | 4 | 1C | 5A | 3E |
| Octal | 365 | 230 | 105 | 0 | 46 | 110 | 4 | 34 | 132 | 76 |
| Binary | 11110101 | 10011000 | 1000101 | 0 | 100110 | 1001000 | 100 | 11100 | 1011010 | 111110 |
Color Harmonies of #F59845
Complementary color
Monochromatic Colors of #F59845
Black with #F59845
Text Example
Text Example
White with #F59845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59845; }
p { color: rgb(245,152,69); }
H1.HeaderClassName
{
color: #F59845;
}
.AnyTagClassName
{
color: #F59845;
}
</style>
background-color css
<style>
a { background-color: #F59845; }
a { background-color: rgb(245,152,69); }
div.DivClassName
{
background-color: #F59845;
}
.BgClassName
{
background-color: #F59845;
}
</style>
border-color css
<style>
span { border-color: #F59845; }
span { border-color: rgb(245,152,69); }
td.TdClassName
{
border-color: #F59845;
}
.TagClassName
{
border-color: #F59845;
}
</style>