Shades of Sea Buckthorn #F49A40
Tints of Sea Buckthorn #F49A40
RGB
CMYK
RGB Variations
Color information
#F49A40 (or 0xF49A40) is known color: Sea Buckthorn. HEX triplet: F4, 9A and 40. RGB value is (244,154,64). Sum of RGB (Red+Green+Blue) = 244+154+64=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49A40 is #0B65BF. Grayscale: #ABABAB. Windows color (decimal): -746944 or 4233972. OLE color: 4233972.
HSL color Cylindrical-coordinate representation of color #F49A40: hue angle of 30º 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 #F49A40 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 64 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.04 |
| HSL | 30º | 0.89% | 0.6% | - |
| HSV(B) | 30º | 0.74% | 0.96% | - |
| XYZ | 49.79 | 42.71 | 10.47 | - |
| YUV | 170.65 | 67.82 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 64 | 0 | 0.37 | 0.74 | 0.04 | 30 | 0.89 | 0.6 |
| Hex | F4 | 9A | 40 | 0 | 25 | 4A | 4 | 1E | 59 | 3C |
| Octal | 364 | 232 | 100 | 0 | 45 | 112 | 4 | 36 | 131 | 74 |
| Binary | 11110100 | 10011010 | 1000000 | 0 | 100101 | 1001010 | 100 | 11110 | 1011001 | 111100 |
Color Harmonies of #F49A40
Complementary color
Monochromatic Colors of #F49A40
Black with #F49A40
Text Example
Text Example
White with #F49A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49A40; }
p { color: rgb(244,154,64); }
H1.HeaderClassName
{
color: #F49A40;
}
.AnyTagClassName
{
color: #F49A40;
}
</style>
background-color css
<style>
a { background-color: #F49A40; }
a { background-color: rgb(244,154,64); }
div.DivClassName
{
background-color: #F49A40;
}
.BgClassName
{
background-color: #F49A40;
}
</style>
border-color css
<style>
span { border-color: #F49A40; }
span { border-color: rgb(244,154,64); }
td.TdClassName
{
border-color: #F49A40;
}
.TagClassName
{
border-color: #F49A40;
}
</style>