Shades of Sea Buckthorn #F99146
Tints of Sea Buckthorn #F99146
RGB
CMYK
RGB Variations
Color information
#F99146 (or 0xF99146) is known color: Sea Buckthorn. HEX triplet: F9, 91 and 46. RGB value is (249,145,70). Sum of RGB (Red+Green+Blue) = 249+145+70=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F99146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99146 is #066EB9. Grayscale: #A7A7A7. Windows color (decimal): -421562 or 4624889. OLE color: 4624889.
HSL color Cylindrical-coordinate representation of color #F99146: hue angle of 25.14º 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 #F99146 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 70 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.02 |
| HSL | 25.14º | 0.94% | 0.63% | - |
| HSV(B) | 25.14º | 0.72% | 0.98% | - |
| XYZ | 50.3 | 40.83 | 11.02 | - |
| YUV | 167.55 | 72.96 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 70 | 0 | 0.42 | 0.72 | 0.02 | 25.14 | 0.94 | 0.63 |
| Hex | F9 | 91 | 46 | 0 | 2A | 48 | 2 | 19 | 5E | 3F |
| Octal | 371 | 221 | 106 | 0 | 52 | 110 | 2 | 31 | 136 | 77 |
| Binary | 11111001 | 10010001 | 1000110 | 0 | 101010 | 1001000 | 10 | 11001 | 1011110 | 111111 |
Color Harmonies of #F99146
Complementary color
Monochromatic Colors of #F99146
Black with #F99146
Text Example
Text Example
White with #F99146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99146; }
p { color: rgb(249,145,70); }
H1.HeaderClassName
{
color: #F99146;
}
.AnyTagClassName
{
color: #F99146;
}
</style>
background-color css
<style>
a { background-color: #F99146; }
a { background-color: rgb(249,145,70); }
div.DivClassName
{
background-color: #F99146;
}
.BgClassName
{
background-color: #F99146;
}
</style>
border-color css
<style>
span { border-color: #F99146; }
span { border-color: rgb(249,145,70); }
td.TdClassName
{
border-color: #F99146;
}
.TagClassName
{
border-color: #F99146;
}
</style>