Shades of Sea Buckthorn #F0974E
Tints of Sea Buckthorn #F0974E
RGB
CMYK
RGB Variations
Color information
#F0974E (or 0xF0974E) is known color: Sea Buckthorn. HEX triplet: F0, 97 and 4E. RGB value is (240,151,78). Sum of RGB (Red+Green+Blue) = 240+151+78=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0974E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0974E is #0F68B1. Grayscale: #A9A9A9. Windows color (decimal): -1009842 or 5150704. OLE color: 5150704.
HSL color Cylindrical-coordinate representation of color #F0974E: hue angle of 27.04º 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 #F0974E is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 78 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.06 |
| HSL | 27.04º | 0.84% | 0.62% | - |
| HSV(B) | 27.04º | 0.68% | 0.94% | - |
| XYZ | 48.38 | 41.21 | 12.61 | - |
| YUV | 169.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 78 | 0 | 0.37 | 0.68 | 0.06 | 27.04 | 0.84 | 0.62 |
| Hex | F0 | 97 | 4E | 0 | 25 | 44 | 6 | 1B | 54 | 3E |
| Octal | 360 | 227 | 116 | 0 | 45 | 104 | 6 | 33 | 124 | 76 |
| Binary | 11110000 | 10010111 | 1001110 | 0 | 100101 | 1000100 | 110 | 11011 | 1010100 | 111110 |
Color Harmonies of #F0974E
Complementary color
Monochromatic Colors of #F0974E
Black with #F0974E
Text Example
Text Example
White with #F0974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0974E; }
p { color: rgb(240,151,78); }
H1.HeaderClassName
{
color: #F0974E;
}
.AnyTagClassName
{
color: #F0974E;
}
</style>
background-color css
<style>
a { background-color: #F0974E; }
a { background-color: rgb(240,151,78); }
div.DivClassName
{
background-color: #F0974E;
}
.BgClassName
{
background-color: #F0974E;
}
</style>
border-color css
<style>
span { border-color: #F0974E; }
span { border-color: rgb(240,151,78); }
td.TdClassName
{
border-color: #F0974E;
}
.TagClassName
{
border-color: #F0974E;
}
</style>