Shades of Sea Buckthorn #F5984C
Tints of Sea Buckthorn #F5984C
RGB
CMYK
RGB Variations
Color information
#F5984C (or 0xF5984C) is known color: Sea Buckthorn. HEX triplet: F5, 98 and 4C. RGB value is (245,152,76). Sum of RGB (Red+Green+Blue) = 245+152+76=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5984C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5984C is #0A67B3. Grayscale: #ABABAB. Windows color (decimal): -681908 or 5019893. OLE color: 5019893.
HSL color Cylindrical-coordinate representation of color #F5984C: hue angle of 26.98º 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 #F5984C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 76 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.04 |
| HSL | 26.98º | 0.89% | 0.63% | - |
| HSV(B) | 26.98º | 0.69% | 0.96% | - |
| XYZ | 50.19 | 42.39 | 12.37 | - |
| YUV | 171.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 76 | 0 | 0.38 | 0.69 | 0.04 | 26.98 | 0.89 | 0.63 |
| Hex | F5 | 98 | 4C | 0 | 26 | 45 | 4 | 1B | 59 | 3F |
| Octal | 365 | 230 | 114 | 0 | 46 | 105 | 4 | 33 | 131 | 77 |
| Binary | 11110101 | 10011000 | 1001100 | 0 | 100110 | 1000101 | 100 | 11011 | 1011001 | 111111 |
Color Harmonies of #F5984C
Complementary color
Monochromatic Colors of #F5984C
Black with #F5984C
Text Example
Text Example
White with #F5984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5984C; }
p { color: rgb(245,152,76); }
H1.HeaderClassName
{
color: #F5984C;
}
.AnyTagClassName
{
color: #F5984C;
}
</style>
background-color css
<style>
a { background-color: #F5984C; }
a { background-color: rgb(245,152,76); }
div.DivClassName
{
background-color: #F5984C;
}
.BgClassName
{
background-color: #F5984C;
}
</style>
border-color css
<style>
span { border-color: #F5984C; }
span { border-color: rgb(245,152,76); }
td.TdClassName
{
border-color: #F5984C;
}
.TagClassName
{
border-color: #F5984C;
}
</style>