Shades of Sea Buckthorn #F49542
Tints of Sea Buckthorn #F49542
RGB
CMYK
RGB Variations
Color information
#F49542 (or 0xF49542) is known color: Sea Buckthorn. HEX triplet: F4, 95 and 42. RGB value is (244,149,66). Sum of RGB (Red+Green+Blue) = 244+149+66=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F49542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49542 is #0B6ABD. Grayscale: #A8A8A8. Windows color (decimal): -748222 or 4363764. OLE color: 4363764.
HSL color Cylindrical-coordinate representation of color #F49542: hue angle of 27.98º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F49542 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 66 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.04 |
| HSL | 27.98º | 0.89% | 0.61% | - |
| HSV(B) | 27.98º | 0.73% | 0.96% | - |
| XYZ | 49.04 | 41.12 | 10.51 | - |
| YUV | 167.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 66 | 0 | 0.39 | 0.73 | 0.04 | 27.98 | 0.89 | 0.61 |
| Hex | F4 | 95 | 42 | 0 | 27 | 49 | 4 | 1C | 59 | 3D |
| Octal | 364 | 225 | 102 | 0 | 47 | 111 | 4 | 34 | 131 | 75 |
| Binary | 11110100 | 10010101 | 1000010 | 0 | 100111 | 1001001 | 100 | 11100 | 1011001 | 111101 |
Color Harmonies of #F49542
Complementary color
Monochromatic Colors of #F49542
Black with #F49542
Text Example
Text Example
White with #F49542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49542; }
p { color: rgb(244,149,66); }
H1.HeaderClassName
{
color: #F49542;
}
.AnyTagClassName
{
color: #F49542;
}
</style>
background-color css
<style>
a { background-color: #F49542; }
a { background-color: rgb(244,149,66); }
div.DivClassName
{
background-color: #F49542;
}
.BgClassName
{
background-color: #F49542;
}
</style>
border-color css
<style>
span { border-color: #F49542; }
span { border-color: rgb(244,149,66); }
td.TdClassName
{
border-color: #F49542;
}
.TagClassName
{
border-color: #F49542;
}
</style>