Shades of Sea Buckthorn #F49740
Tints of Sea Buckthorn #F49740
RGB
CMYK
RGB Variations
Color information
#F49740 (or 0xF49740) is known color: Sea Buckthorn. HEX triplet: F4, 97 and 40. RGB value is (244,151,64). Sum of RGB (Red+Green+Blue) = 244+151+64=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F49740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49740 is #0B68BF. Grayscale: #A9A9A9. Windows color (decimal): -747712 or 4233204. OLE color: 4233204.
HSL color Cylindrical-coordinate representation of color #F49740: hue angle of 29º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F49740 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 64 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.04 |
| HSL | 29º | 0.89% | 0.6% | - |
| HSV(B) | 29º | 0.74% | 0.96% | - |
| XYZ | 49.3 | 41.74 | 10.31 | - |
| YUV | 168.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 64 | 0 | 0.38 | 0.74 | 0.04 | 29 | 0.89 | 0.6 |
| Hex | F4 | 97 | 40 | 0 | 26 | 4A | 4 | 1D | 59 | 3C |
| Octal | 364 | 227 | 100 | 0 | 46 | 112 | 4 | 35 | 131 | 74 |
| Binary | 11110100 | 10010111 | 1000000 | 0 | 100110 | 1001010 | 100 | 11101 | 1011001 | 111100 |
Color Harmonies of #F49740
Complementary color
Monochromatic Colors of #F49740
Black with #F49740
Text Example
Text Example
White with #F49740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49740; }
p { color: rgb(244,151,64); }
H1.HeaderClassName
{
color: #F49740;
}
.AnyTagClassName
{
color: #F49740;
}
</style>
background-color css
<style>
a { background-color: #F49740; }
a { background-color: rgb(244,151,64); }
div.DivClassName
{
background-color: #F49740;
}
.BgClassName
{
background-color: #F49740;
}
</style>
border-color css
<style>
span { border-color: #F49740; }
span { border-color: rgb(244,151,64); }
td.TdClassName
{
border-color: #F49740;
}
.TagClassName
{
border-color: #F49740;
}
</style>