Shades of Sea Buckthorn #F2954E
Tints of Sea Buckthorn #F2954E
RGB
CMYK
RGB Variations
Color information
#F2954E (or 0xF2954E) is known color: Sea Buckthorn. HEX triplet: F2, 95 and 4E. RGB value is (242,149,78). Sum of RGB (Red+Green+Blue) = 242+149+78=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2954E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2954E is #0D6AB1. Grayscale: #A9A9A9. Windows color (decimal): -879282 or 5150194. OLE color: 5150194.
HSL color Cylindrical-coordinate representation of color #F2954E: hue angle of 25.98º 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 #F2954E is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 78 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.05 |
| HSL | 25.98º | 0.86% | 0.63% | - |
| HSV(B) | 25.98º | 0.68% | 0.95% | - |
| XYZ | 48.74 | 40.92 | 12.54 | - |
| YUV | 168.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 78 | 0 | 0.38 | 0.68 | 0.05 | 25.98 | 0.86 | 0.63 |
| Hex | F2 | 95 | 4E | 0 | 26 | 44 | 5 | 1A | 56 | 3F |
| Octal | 362 | 225 | 116 | 0 | 46 | 104 | 5 | 32 | 126 | 77 |
| Binary | 11110010 | 10010101 | 1001110 | 0 | 100110 | 1000100 | 101 | 11010 | 1010110 | 111111 |
Color Harmonies of #F2954E
Complementary color
Monochromatic Colors of #F2954E
Black with #F2954E
Text Example
Text Example
White with #F2954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2954E; }
p { color: rgb(242,149,78); }
H1.HeaderClassName
{
color: #F2954E;
}
.AnyTagClassName
{
color: #F2954E;
}
</style>
background-color css
<style>
a { background-color: #F2954E; }
a { background-color: rgb(242,149,78); }
div.DivClassName
{
background-color: #F2954E;
}
.BgClassName
{
background-color: #F2954E;
}
</style>
border-color css
<style>
span { border-color: #F2954E; }
span { border-color: rgb(242,149,78); }
td.TdClassName
{
border-color: #F2954E;
}
.TagClassName
{
border-color: #F2954E;
}
</style>