Shades of Sea Buckthorn #F98E4A
Tints of Sea Buckthorn #F98E4A
RGB
CMYK
RGB Variations
Color information
#F98E4A (or 0xF98E4A) is known color: Sea Buckthorn. HEX triplet: F9, 8E and 4A. RGB value is (249,142,74). Sum of RGB (Red+Green+Blue) = 249+142+74=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98E4A is #0671B5. Grayscale: #A6A6A6. Windows color (decimal): -422326 or 4886265. OLE color: 4886265.
HSL color Cylindrical-coordinate representation of color #F98E4A: hue angle of 23.31º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F98E4A is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 74 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.02 |
| HSL | 23.31º | 0.94% | 0.63% | - |
| HSV(B) | 23.31º | 0.7% | 0.98% | - |
| XYZ | 49.98 | 39.98 | 11.56 | - |
| YUV | 166.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 74 | 0 | 0.43 | 0.70 | 0.02 | 23.31 | 0.94 | 0.63 |
| Hex | F9 | 8E | 4A | 0 | 2B | 46 | 2 | 17 | 5E | 3F |
| Octal | 371 | 216 | 112 | 0 | 53 | 106 | 2 | 27 | 136 | 77 |
| Binary | 11111001 | 10001110 | 1001010 | 0 | 101011 | 1000110 | 10 | 10111 | 1011110 | 111111 |
Color Harmonies of #F98E4A
Complementary color
Monochromatic Colors of #F98E4A
Black with #F98E4A
Text Example
Text Example
White with #F98E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98E4A; }
p { color: rgb(249,142,74); }
H1.HeaderClassName
{
color: #F98E4A;
}
.AnyTagClassName
{
color: #F98E4A;
}
</style>
background-color css
<style>
a { background-color: #F98E4A; }
a { background-color: rgb(249,142,74); }
div.DivClassName
{
background-color: #F98E4A;
}
.BgClassName
{
background-color: #F98E4A;
}
</style>
border-color css
<style>
span { border-color: #F98E4A; }
span { border-color: rgb(249,142,74); }
td.TdClassName
{
border-color: #F98E4A;
}
.TagClassName
{
border-color: #F98E4A;
}
</style>