Shades of Sea Buckthorn #F98D46
Tints of Sea Buckthorn #F98D46
RGB
CMYK
RGB Variations
Color information
#F98D46 (or 0xF98D46) is known color: Sea Buckthorn. HEX triplet: F9, 8D and 46. RGB value is (249,141,70). Sum of RGB (Red+Green+Blue) = 249+141+70=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98D46 is #0672B9. Grayscale: #A5A5A5. Windows color (decimal): -422586 or 4623865. OLE color: 4623865.
HSL color Cylindrical-coordinate representation of color #F98D46: hue angle of 23.8º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F98D46 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 70 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.02 |
| HSL | 23.8º | 0.94% | 0.63% | - |
| HSV(B) | 23.8º | 0.72% | 0.98% | - |
| XYZ | 49.7 | 39.63 | 10.82 | - |
| YUV | 165.2 | 74.28 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 70 | 0 | 0.43 | 0.72 | 0.02 | 23.8 | 0.94 | 0.63 |
| Hex | F9 | 8D | 46 | 0 | 2B | 48 | 2 | 18 | 5E | 3F |
| Octal | 371 | 215 | 106 | 0 | 53 | 110 | 2 | 30 | 136 | 77 |
| Binary | 11111001 | 10001101 | 1000110 | 0 | 101011 | 1001000 | 10 | 11000 | 1011110 | 111111 |
Color Harmonies of #F98D46
Complementary color
Monochromatic Colors of #F98D46
Black with #F98D46
Text Example
Text Example
White with #F98D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D46; }
p { color: rgb(249,141,70); }
H1.HeaderClassName
{
color: #F98D46;
}
.AnyTagClassName
{
color: #F98D46;
}
</style>
background-color css
<style>
a { background-color: #F98D46; }
a { background-color: rgb(249,141,70); }
div.DivClassName
{
background-color: #F98D46;
}
.BgClassName
{
background-color: #F98D46;
}
</style>
border-color css
<style>
span { border-color: #F98D46; }
span { border-color: rgb(249,141,70); }
td.TdClassName
{
border-color: #F98D46;
}
.TagClassName
{
border-color: #F98D46;
}
</style>