Shades of Sea Buckthorn #F29149
Tints of Sea Buckthorn #F29149
RGB
CMYK
RGB Variations
Color information
#F29149 (or 0xF29149) is known color: Sea Buckthorn. HEX triplet: F2, 91 and 49. RGB value is (242,145,73). Sum of RGB (Red+Green+Blue) = 242+145+73=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F29149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29149 is #0D6EB6. Grayscale: #A6A6A6. Windows color (decimal): -880311 or 4821490. OLE color: 4821490.
HSL color Cylindrical-coordinate representation of color #F29149: hue angle of 25.56º 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 #F29149 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 73 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.05 |
| HSL | 25.56º | 0.87% | 0.62% | - |
| HSV(B) | 25.56º | 0.7% | 0.95% | - |
| XYZ | 47.95 | 39.61 | 11.42 | - |
| YUV | 165.8 | 75.64 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 73 | 0 | 0.40 | 0.70 | 0.05 | 25.56 | 0.87 | 0.62 |
| Hex | F2 | 91 | 49 | 0 | 28 | 46 | 5 | 1A | 57 | 3E |
| Octal | 362 | 221 | 111 | 0 | 50 | 106 | 5 | 32 | 127 | 76 |
| Binary | 11110010 | 10010001 | 1001001 | 0 | 101000 | 1000110 | 101 | 11010 | 1010111 | 111110 |
Color Harmonies of #F29149
Complementary color
Monochromatic Colors of #F29149
Black with #F29149
Text Example
Text Example
White with #F29149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29149; }
p { color: rgb(242,145,73); }
H1.HeaderClassName
{
color: #F29149;
}
.AnyTagClassName
{
color: #F29149;
}
</style>
background-color css
<style>
a { background-color: #F29149; }
a { background-color: rgb(242,145,73); }
div.DivClassName
{
background-color: #F29149;
}
.BgClassName
{
background-color: #F29149;
}
</style>
border-color css
<style>
span { border-color: #F29149; }
span { border-color: rgb(242,145,73); }
td.TdClassName
{
border-color: #F29149;
}
.TagClassName
{
border-color: #F29149;
}
</style>