Shades of Sea Buckthorn #F49240
Tints of Sea Buckthorn #F49240
RGB
CMYK
RGB Variations
Color information
#F49240 (or 0xF49240) is known color: Sea Buckthorn. HEX triplet: F4, 92 and 40. RGB value is (244,146,64). Sum of RGB (Red+Green+Blue) = 244+146+64=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F49240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49240 is #0B6DBF. Grayscale: #A6A6A6. Windows color (decimal): -748992 or 4231924. OLE color: 4231924.
HSL color Cylindrical-coordinate representation of color #F49240: hue angle of 27.33º 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 #F49240 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 64 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.04 |
| HSL | 27.33º | 0.89% | 0.6% | - |
| HSV(B) | 27.33º | 0.74% | 0.96% | - |
| XYZ | 48.51 | 40.16 | 10.05 | - |
| YUV | 165.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 64 | 0 | 0.40 | 0.74 | 0.04 | 27.33 | 0.89 | 0.6 |
| Hex | F4 | 92 | 40 | 0 | 28 | 4A | 4 | 1B | 59 | 3C |
| Octal | 364 | 222 | 100 | 0 | 50 | 112 | 4 | 33 | 131 | 74 |
| Binary | 11110100 | 10010010 | 1000000 | 0 | 101000 | 1001010 | 100 | 11011 | 1011001 | 111100 |
Color Harmonies of #F49240
Complementary color
Monochromatic Colors of #F49240
Black with #F49240
Text Example
Text Example
White with #F49240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49240; }
p { color: rgb(244,146,64); }
H1.HeaderClassName
{
color: #F49240;
}
.AnyTagClassName
{
color: #F49240;
}
</style>
background-color css
<style>
a { background-color: #F49240; }
a { background-color: rgb(244,146,64); }
div.DivClassName
{
background-color: #F49240;
}
.BgClassName
{
background-color: #F49240;
}
</style>
border-color css
<style>
span { border-color: #F49240; }
span { border-color: rgb(244,146,64); }
td.TdClassName
{
border-color: #F49240;
}
.TagClassName
{
border-color: #F49240;
}
</style>