Shades of Sea Buckthorn #F19049
Tints of Sea Buckthorn #F19049
RGB
CMYK
RGB Variations
Color information
#F19049 (or 0xF19049) is known color: Sea Buckthorn. HEX triplet: F1, 90 and 49. RGB value is (241,144,73). Sum of RGB (Red+Green+Blue) = 241+144+73=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F19049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19049 is #0E6FB6. Grayscale: #A5A5A5. Windows color (decimal): -946103 or 4821233. OLE color: 4821233.
HSL color Cylindrical-coordinate representation of color #F19049: hue angle of 25.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F19049 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 73 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.05 |
| HSL | 25.36º | 0.86% | 0.62% | - |
| HSV(B) | 25.36º | 0.7% | 0.95% | - |
| XYZ | 47.45 | 39.13 | 11.35 | - |
| YUV | 164.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 73 | 0 | 0.40 | 0.70 | 0.05 | 25.36 | 0.86 | 0.62 |
| Hex | F1 | 90 | 49 | 0 | 28 | 46 | 5 | 19 | 56 | 3E |
| Octal | 361 | 220 | 111 | 0 | 50 | 106 | 5 | 31 | 126 | 76 |
| Binary | 11110001 | 10010000 | 1001001 | 0 | 101000 | 1000110 | 101 | 11001 | 1010110 | 111110 |
Color Harmonies of #F19049
Complementary color
Monochromatic Colors of #F19049
Black with #F19049
Text Example
Text Example
White with #F19049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19049; }
p { color: rgb(241,144,73); }
H1.HeaderClassName
{
color: #F19049;
}
.AnyTagClassName
{
color: #F19049;
}
</style>
background-color css
<style>
a { background-color: #F19049; }
a { background-color: rgb(241,144,73); }
div.DivClassName
{
background-color: #F19049;
}
.BgClassName
{
background-color: #F19049;
}
</style>
border-color css
<style>
span { border-color: #F19049; }
span { border-color: rgb(241,144,73); }
td.TdClassName
{
border-color: #F19049;
}
.TagClassName
{
border-color: #F19049;
}
</style>