Shades of Sea Buckthorn #F98F42
Tints of Sea Buckthorn #F98F42
RGB
CMYK
RGB Variations
Color information
#F98F42 (or 0xF98F42) is known color: Sea Buckthorn. HEX triplet: F9, 8F and 42. RGB value is (249,143,66). Sum of RGB (Red+Green+Blue) = 249+143+66=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98F42 is #0670BD. Grayscale: #A6A6A6. Windows color (decimal): -422078 or 4362233. OLE color: 4362233.
HSL color Cylindrical-coordinate representation of color #F98F42: hue angle of 25.25º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F98F42 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 66 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.02 |
| HSL | 25.25º | 0.94% | 0.62% | - |
| HSV(B) | 25.25º | 0.73% | 0.98% | - |
| XYZ | 49.87 | 40.18 | 10.28 | - |
| YUV | 165.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 66 | 0 | 0.43 | 0.73 | 0.02 | 25.25 | 0.94 | 0.62 |
| Hex | F9 | 8F | 42 | 0 | 2B | 49 | 2 | 19 | 5E | 3E |
| Octal | 371 | 217 | 102 | 0 | 53 | 111 | 2 | 31 | 136 | 76 |
| Binary | 11111001 | 10001111 | 1000010 | 0 | 101011 | 1001001 | 10 | 11001 | 1011110 | 111110 |
Color Harmonies of #F98F42
Complementary color
Monochromatic Colors of #F98F42
Black with #F98F42
Text Example
Text Example
White with #F98F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F42; }
p { color: rgb(249,143,66); }
H1.HeaderClassName
{
color: #F98F42;
}
.AnyTagClassName
{
color: #F98F42;
}
</style>
background-color css
<style>
a { background-color: #F98F42; }
a { background-color: rgb(249,143,66); }
div.DivClassName
{
background-color: #F98F42;
}
.BgClassName
{
background-color: #F98F42;
}
</style>
border-color css
<style>
span { border-color: #F98F42; }
span { border-color: rgb(249,143,66); }
td.TdClassName
{
border-color: #F98F42;
}
.TagClassName
{
border-color: #F98F42;
}
</style>