Shades of Sea Buckthorn #F49145
Tints of Sea Buckthorn #F49145
RGB
CMYK
RGB Variations
Color information
#F49145 (or 0xF49145) is known color: Sea Buckthorn. HEX triplet: F4, 91 and 45. RGB value is (244,145,69). Sum of RGB (Red+Green+Blue) = 244+145+69=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F49145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49145 is #0B6EBA. Grayscale: #A6A6A6. Windows color (decimal): -749243 or 4559348. OLE color: 4559348.
HSL color Cylindrical-coordinate representation of color #F49145: hue angle of 26.06º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F49145 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 69 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.04 |
| HSL | 26.06º | 0.89% | 0.61% | - |
| HSV(B) | 26.06º | 0.72% | 0.96% | - |
| XYZ | 48.51 | 39.91 | 10.78 | - |
| YUV | 165.94 | 73.3 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 69 | 0 | 0.41 | 0.72 | 0.04 | 26.06 | 0.89 | 0.61 |
| Hex | F4 | 91 | 45 | 0 | 29 | 48 | 4 | 1A | 59 | 3D |
| Octal | 364 | 221 | 105 | 0 | 51 | 110 | 4 | 32 | 131 | 75 |
| Binary | 11110100 | 10010001 | 1000101 | 0 | 101001 | 1001000 | 100 | 11010 | 1011001 | 111101 |
Color Harmonies of #F49145
Complementary color
Monochromatic Colors of #F49145
Black with #F49145
Text Example
Text Example
White with #F49145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49145; }
p { color: rgb(244,145,69); }
H1.HeaderClassName
{
color: #F49145;
}
.AnyTagClassName
{
color: #F49145;
}
</style>
background-color css
<style>
a { background-color: #F49145; }
a { background-color: rgb(244,145,69); }
div.DivClassName
{
background-color: #F49145;
}
.BgClassName
{
background-color: #F49145;
}
</style>
border-color css
<style>
span { border-color: #F49145; }
span { border-color: rgb(244,145,69); }
td.TdClassName
{
border-color: #F49145;
}
.TagClassName
{
border-color: #F49145;
}
</style>