Shades of Sea Buckthorn #F99047
Tints of Sea Buckthorn #F99047
RGB
CMYK
RGB Variations
Color information
#F99047 (or 0xF99047) is known color: Sea Buckthorn. HEX triplet: F9, 90 and 47. RGB value is (249,144,71). Sum of RGB (Red+Green+Blue) = 249+144+71=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F99047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99047 is #066FB8. Grayscale: #A7A7A7. Windows color (decimal): -421817 or 4690169. OLE color: 4690169.
HSL color Cylindrical-coordinate representation of color #F99047: hue angle of 24.61º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F99047 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 71 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.02 |
| HSL | 24.61º | 0.94% | 0.63% | - |
| HSV(B) | 24.61º | 0.71% | 0.98% | - |
| XYZ | 50.18 | 40.54 | 11.14 | - |
| YUV | 167.07 | 73.79 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 71 | 0 | 0.42 | 0.71 | 0.02 | 24.61 | 0.94 | 0.63 |
| Hex | F9 | 90 | 47 | 0 | 2A | 47 | 2 | 19 | 5E | 3F |
| Octal | 371 | 220 | 107 | 0 | 52 | 107 | 2 | 31 | 136 | 77 |
| Binary | 11111001 | 10010000 | 1000111 | 0 | 101010 | 1000111 | 10 | 11001 | 1011110 | 111111 |
Color Harmonies of #F99047
Complementary color
Monochromatic Colors of #F99047
Black with #F99047
Text Example
Text Example
White with #F99047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99047; }
p { color: rgb(249,144,71); }
H1.HeaderClassName
{
color: #F99047;
}
.AnyTagClassName
{
color: #F99047;
}
</style>
background-color css
<style>
a { background-color: #F99047; }
a { background-color: rgb(249,144,71); }
div.DivClassName
{
background-color: #F99047;
}
.BgClassName
{
background-color: #F99047;
}
</style>
border-color css
<style>
span { border-color: #F99047; }
span { border-color: rgb(249,144,71); }
td.TdClassName
{
border-color: #F99047;
}
.TagClassName
{
border-color: #F99047;
}
</style>