Shades of Sea Buckthorn #F59450
Tints of Sea Buckthorn #F59450
RGB
CMYK
RGB Variations
Color information
#F59450 (or 0xF59450) is known color: Sea Buckthorn. HEX triplet: F5, 94 and 50. RGB value is (245,148,80). Sum of RGB (Red+Green+Blue) = 245+148+80=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F59450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59450 is #0A6BAF. Grayscale: #A9A9A9. Windows color (decimal): -682928 or 5281013. OLE color: 5281013.
HSL color Cylindrical-coordinate representation of color #F59450: hue angle of 24.73º 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 #F59450 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 80 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.04 |
| HSL | 24.73º | 0.89% | 0.64% | - |
| HSV(B) | 24.73º | 0.67% | 0.96% | - |
| XYZ | 49.69 | 41.17 | 12.92 | - |
| YUV | 169.25 | 77.64 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 80 | 0 | 0.40 | 0.67 | 0.04 | 24.73 | 0.89 | 0.64 |
| Hex | F5 | 94 | 50 | 0 | 28 | 43 | 4 | 19 | 59 | 40 |
| Octal | 365 | 224 | 120 | 0 | 50 | 103 | 4 | 31 | 131 | 100 |
| Binary | 11110101 | 10010100 | 1010000 | 0 | 101000 | 1000011 | 100 | 11001 | 1011001 | 1000000 |
Color Harmonies of #F59450
Complementary color
Monochromatic Colors of #F59450
Black with #F59450
Text Example
Text Example
White with #F59450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59450; }
p { color: rgb(245,148,80); }
H1.HeaderClassName
{
color: #F59450;
}
.AnyTagClassName
{
color: #F59450;
}
</style>
background-color css
<style>
a { background-color: #F59450; }
a { background-color: rgb(245,148,80); }
div.DivClassName
{
background-color: #F59450;
}
.BgClassName
{
background-color: #F59450;
}
</style>
border-color css
<style>
span { border-color: #F59450; }
span { border-color: rgb(245,148,80); }
td.TdClassName
{
border-color: #F59450;
}
.TagClassName
{
border-color: #F59450;
}
</style>