Shades of Sea Buckthorn #F2964E
Tints of Sea Buckthorn #F2964E
RGB
CMYK
RGB Variations
Color information
#F2964E (or 0xF2964E) is known color: Sea Buckthorn. HEX triplet: F2, 96 and 4E. RGB value is (242,150,78). Sum of RGB (Red+Green+Blue) = 242+150+78=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2964E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2964E is #0D69B1. Grayscale: #A9A9A9. Windows color (decimal): -879026 or 5150450. OLE color: 5150450.
HSL color Cylindrical-coordinate representation of color #F2964E: hue angle of 26.34º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2964E is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 78 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.05 |
| HSL | 26.34º | 0.86% | 0.63% | - |
| HSV(B) | 26.34º | 0.68% | 0.95% | - |
| XYZ | 48.9 | 41.24 | 12.59 | - |
| YUV | 169.3 | 76.48 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 78 | 0 | 0.38 | 0.68 | 0.05 | 26.34 | 0.86 | 0.63 |
| Hex | F2 | 96 | 4E | 0 | 26 | 44 | 5 | 1A | 56 | 3F |
| Octal | 362 | 226 | 116 | 0 | 46 | 104 | 5 | 32 | 126 | 77 |
| Binary | 11110010 | 10010110 | 1001110 | 0 | 100110 | 1000100 | 101 | 11010 | 1010110 | 111111 |
Color Harmonies of #F2964E
Complementary color
Monochromatic Colors of #F2964E
Black with #F2964E
Text Example
Text Example
White with #F2964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2964E; }
p { color: rgb(242,150,78); }
H1.HeaderClassName
{
color: #F2964E;
}
.AnyTagClassName
{
color: #F2964E;
}
</style>
background-color css
<style>
a { background-color: #F2964E; }
a { background-color: rgb(242,150,78); }
div.DivClassName
{
background-color: #F2964E;
}
.BgClassName
{
background-color: #F2964E;
}
</style>
border-color css
<style>
span { border-color: #F2964E; }
span { border-color: rgb(242,150,78); }
td.TdClassName
{
border-color: #F2964E;
}
.TagClassName
{
border-color: #F2964E;
}
</style>