Shades of Sea Buckthorn #F5984D
Tints of Sea Buckthorn #F5984D
RGB
CMYK
RGB Variations
Color information
#F5984D (or 0xF5984D) is known color: Sea Buckthorn. HEX triplet: F5, 98 and 4D. RGB value is (245,152,77). Sum of RGB (Red+Green+Blue) = 245+152+77=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5984D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5984D is #0A67B2. Grayscale: #ABABAB. Windows color (decimal): -681907 or 5085429. OLE color: 5085429.
HSL color Cylindrical-coordinate representation of color #F5984D: hue angle of 26.79º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5984D is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 77 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.04 |
| HSL | 26.79º | 0.89% | 0.63% | - |
| HSV(B) | 26.79º | 0.69% | 0.96% | - |
| XYZ | 50.22 | 42.4 | 12.56 | - |
| YUV | 171.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 77 | 0 | 0.38 | 0.69 | 0.04 | 26.79 | 0.89 | 0.63 |
| Hex | F5 | 98 | 4D | 0 | 26 | 45 | 4 | 1B | 59 | 3F |
| Octal | 365 | 230 | 115 | 0 | 46 | 105 | 4 | 33 | 131 | 77 |
| Binary | 11110101 | 10011000 | 1001101 | 0 | 100110 | 1000101 | 100 | 11011 | 1011001 | 111111 |
Color Harmonies of #F5984D
Complementary color
Monochromatic Colors of #F5984D
Black with #F5984D
Text Example
Text Example
White with #F5984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5984D; }
p { color: rgb(245,152,77); }
H1.HeaderClassName
{
color: #F5984D;
}
.AnyTagClassName
{
color: #F5984D;
}
</style>
background-color css
<style>
a { background-color: #F5984D; }
a { background-color: rgb(245,152,77); }
div.DivClassName
{
background-color: #F5984D;
}
.BgClassName
{
background-color: #F5984D;
}
</style>
border-color css
<style>
span { border-color: #F5984D; }
span { border-color: rgb(245,152,77); }
td.TdClassName
{
border-color: #F5984D;
}
.TagClassName
{
border-color: #F5984D;
}
</style>