Shades of Sea Buckthorn #F19249
Tints of Sea Buckthorn #F19249
RGB
CMYK
RGB Variations
Color information
#F19249 (or 0xF19249) is known color: Sea Buckthorn. HEX triplet: F1, 92 and 49. RGB value is (241,146,73). Sum of RGB (Red+Green+Blue) = 241+146+73=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F19249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19249 is #0E6DB6. Grayscale: #A6A6A6. Windows color (decimal): -945591 or 4821745. OLE color: 4821745.
HSL color Cylindrical-coordinate representation of color #F19249: hue angle of 26.07º 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 #F19249 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 73 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.05 |
| HSL | 26.07º | 0.86% | 0.62% | - |
| HSV(B) | 26.07º | 0.7% | 0.95% | - |
| XYZ | 47.76 | 39.74 | 11.46 | - |
| YUV | 166.08 | 75.47 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 73 | 0 | 0.39 | 0.70 | 0.05 | 26.07 | 0.86 | 0.62 |
| Hex | F1 | 92 | 49 | 0 | 27 | 46 | 5 | 1A | 56 | 3E |
| Octal | 361 | 222 | 111 | 0 | 47 | 106 | 5 | 32 | 126 | 76 |
| Binary | 11110001 | 10010010 | 1001001 | 0 | 100111 | 1000110 | 101 | 11010 | 1010110 | 111110 |
Color Harmonies of #F19249
Complementary color
Monochromatic Colors of #F19249
Black with #F19249
Text Example
Text Example
White with #F19249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19249; }
p { color: rgb(241,146,73); }
H1.HeaderClassName
{
color: #F19249;
}
.AnyTagClassName
{
color: #F19249;
}
</style>
background-color css
<style>
a { background-color: #F19249; }
a { background-color: rgb(241,146,73); }
div.DivClassName
{
background-color: #F19249;
}
.BgClassName
{
background-color: #F19249;
}
</style>
border-color css
<style>
span { border-color: #F19249; }
span { border-color: rgb(241,146,73); }
td.TdClassName
{
border-color: #F19249;
}
.TagClassName
{
border-color: #F19249;
}
</style>