Shades of Sea Buckthorn #F29549
Tints of Sea Buckthorn #F29549
RGB
CMYK
RGB Variations
Color information
#F29549 (or 0xF29549) is known color: Sea Buckthorn. HEX triplet: F2, 95 and 49. RGB value is (242,149,73). Sum of RGB (Red+Green+Blue) = 242+149+73=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F29549 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29549 is #0D6AB6. Grayscale: #A8A8A8. Windows color (decimal): -879287 or 4822514. OLE color: 4822514.
HSL color Cylindrical-coordinate representation of color #F29549: hue angle of 26.98º 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 #F29549 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 73 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.05 |
| HSL | 26.98º | 0.87% | 0.62% | - |
| HSV(B) | 26.98º | 0.7% | 0.95% | - |
| XYZ | 48.57 | 40.85 | 11.63 | - |
| YUV | 168.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 73 | 0 | 0.38 | 0.70 | 0.05 | 26.98 | 0.87 | 0.62 |
| Hex | F2 | 95 | 49 | 0 | 26 | 46 | 5 | 1B | 57 | 3E |
| Octal | 362 | 225 | 111 | 0 | 46 | 106 | 5 | 33 | 127 | 76 |
| Binary | 11110010 | 10010101 | 1001001 | 0 | 100110 | 1000110 | 101 | 11011 | 1010111 | 111110 |
Color Harmonies of #F29549
Complementary color
Monochromatic Colors of #F29549
Black with #F29549
Text Example
Text Example
White with #F29549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29549; }
p { color: rgb(242,149,73); }
H1.HeaderClassName
{
color: #F29549;
}
.AnyTagClassName
{
color: #F29549;
}
</style>
background-color css
<style>
a { background-color: #F29549; }
a { background-color: rgb(242,149,73); }
div.DivClassName
{
background-color: #F29549;
}
.BgClassName
{
background-color: #F29549;
}
</style>
border-color css
<style>
span { border-color: #F29549; }
span { border-color: rgb(242,149,73); }
td.TdClassName
{
border-color: #F29549;
}
.TagClassName
{
border-color: #F29549;
}
</style>