Shades of Sea Buckthorn #F0944E
Tints of Sea Buckthorn #F0944E
RGB
CMYK
RGB Variations
Color information
#F0944E (or 0xF0944E) is known color: Sea Buckthorn. HEX triplet: F0, 94 and 4E. RGB value is (240,148,78). Sum of RGB (Red+Green+Blue) = 240+148+78=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0944E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0944E is #0F6BB1. Grayscale: #A7A7A7. Windows color (decimal): -1010610 or 5149936. OLE color: 5149936.
HSL color Cylindrical-coordinate representation of color #F0944E: hue angle of 25.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0944E is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 78 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.06 |
| HSL | 25.93º | 0.84% | 0.62% | - |
| HSV(B) | 25.93º | 0.68% | 0.94% | - |
| XYZ | 47.9 | 40.26 | 12.45 | - |
| YUV | 167.53 | 77.48 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 78 | 0 | 0.38 | 0.68 | 0.06 | 25.93 | 0.84 | 0.62 |
| Hex | F0 | 94 | 4E | 0 | 26 | 44 | 6 | 1A | 54 | 3E |
| Octal | 360 | 224 | 116 | 0 | 46 | 104 | 6 | 32 | 124 | 76 |
| Binary | 11110000 | 10010100 | 1001110 | 0 | 100110 | 1000100 | 110 | 11010 | 1010100 | 111110 |
Color Harmonies of #F0944E
Complementary color
Monochromatic Colors of #F0944E
Black with #F0944E
Text Example
Text Example
White with #F0944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0944E; }
p { color: rgb(240,148,78); }
H1.HeaderClassName
{
color: #F0944E;
}
.AnyTagClassName
{
color: #F0944E;
}
</style>
background-color css
<style>
a { background-color: #F0944E; }
a { background-color: rgb(240,148,78); }
div.DivClassName
{
background-color: #F0944E;
}
.BgClassName
{
background-color: #F0944E;
}
</style>
border-color css
<style>
span { border-color: #F0944E; }
span { border-color: rgb(240,148,78); }
td.TdClassName
{
border-color: #F0944E;
}
.TagClassName
{
border-color: #F0944E;
}
</style>