Shades of Sea Buckthorn #F49945
Tints of Sea Buckthorn #F49945
RGB
CMYK
RGB Variations
Color information
#F49945 (or 0xF49945) is known color: Sea Buckthorn. HEX triplet: F4, 99 and 45. RGB value is (244,153,69). Sum of RGB (Red+Green+Blue) = 244+153+69=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F49945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49945 is #0B66BA. Grayscale: #ABABAB. Windows color (decimal): -747195 or 4561396. OLE color: 4561396.
HSL color Cylindrical-coordinate representation of color #F49945: hue angle of 28.8º 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 #F49945 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 69 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.04 |
| HSL | 28.8º | 0.89% | 0.61% | - |
| HSV(B) | 28.8º | 0.72% | 0.96% | - |
| XYZ | 49.77 | 42.45 | 11.2 | - |
| YUV | 170.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 69 | 0 | 0.37 | 0.72 | 0.04 | 28.8 | 0.89 | 0.61 |
| Hex | F4 | 99 | 45 | 0 | 25 | 48 | 4 | 1D | 59 | 3D |
| Octal | 364 | 231 | 105 | 0 | 45 | 110 | 4 | 35 | 131 | 75 |
| Binary | 11110100 | 10011001 | 1000101 | 0 | 100101 | 1001000 | 100 | 11101 | 1011001 | 111101 |
Color Harmonies of #F49945
Complementary color
Monochromatic Colors of #F49945
Black with #F49945
Text Example
Text Example
White with #F49945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49945; }
p { color: rgb(244,153,69); }
H1.HeaderClassName
{
color: #F49945;
}
.AnyTagClassName
{
color: #F49945;
}
</style>
background-color css
<style>
a { background-color: #F49945; }
a { background-color: rgb(244,153,69); }
div.DivClassName
{
background-color: #F49945;
}
.BgClassName
{
background-color: #F49945;
}
</style>
border-color css
<style>
span { border-color: #F49945; }
span { border-color: rgb(244,153,69); }
td.TdClassName
{
border-color: #F49945;
}
.TagClassName
{
border-color: #F49945;
}
</style>