Shades of Sea Buckthorn #F29249
Tints of Sea Buckthorn #F29249
RGB
CMYK
RGB Variations
Color information
#F29249 (or 0xF29249) is known color: Sea Buckthorn. HEX triplet: F2, 92 and 49. RGB value is (242,146,73). Sum of RGB (Red+Green+Blue) = 242+146+73=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F29249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29249 is #0D6DB6. Grayscale: #A6A6A6. Windows color (decimal): -880055 or 4821746. OLE color: 4821746.
HSL color Cylindrical-coordinate representation of color #F29249: hue angle of 25.92º degrees, saturation: 0.87, 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 #F29249 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 73 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.05 |
| HSL | 25.92º | 0.87% | 0.62% | - |
| HSV(B) | 25.92º | 0.7% | 0.95% | - |
| XYZ | 48.1 | 39.92 | 11.47 | - |
| YUV | 166.38 | 75.3 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 73 | 0 | 0.40 | 0.70 | 0.05 | 25.92 | 0.87 | 0.62 |
| Hex | F2 | 92 | 49 | 0 | 28 | 46 | 5 | 1A | 57 | 3E |
| Octal | 362 | 222 | 111 | 0 | 50 | 106 | 5 | 32 | 127 | 76 |
| Binary | 11110010 | 10010010 | 1001001 | 0 | 101000 | 1000110 | 101 | 11010 | 1010111 | 111110 |
Color Harmonies of #F29249
Complementary color
Monochromatic Colors of #F29249
Black with #F29249
Text Example
Text Example
White with #F29249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29249; }
p { color: rgb(242,146,73); }
H1.HeaderClassName
{
color: #F29249;
}
.AnyTagClassName
{
color: #F29249;
}
</style>
background-color css
<style>
a { background-color: #F29249; }
a { background-color: rgb(242,146,73); }
div.DivClassName
{
background-color: #F29249;
}
.BgClassName
{
background-color: #F29249;
}
</style>
border-color css
<style>
span { border-color: #F29249; }
span { border-color: rgb(242,146,73); }
td.TdClassName
{
border-color: #F29249;
}
.TagClassName
{
border-color: #F29249;
}
</style>