Shades of Sea Buckthorn #F2934F
Tints of Sea Buckthorn #F2934F
RGB
CMYK
RGB Variations
Color information
#F2934F (or 0xF2934F) is known color: Sea Buckthorn. HEX triplet: F2, 93 and 4F. RGB value is (242,147,79). Sum of RGB (Red+Green+Blue) = 242+147+79=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2934F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2934F is #0D6CB0. Grayscale: #A8A8A8. Windows color (decimal): -879793 or 5215218. OLE color: 5215218.
HSL color Cylindrical-coordinate representation of color #F2934F: hue angle of 25.03º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2934F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 79 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.05 |
| HSL | 25.03º | 0.86% | 0.63% | - |
| HSV(B) | 25.03º | 0.67% | 0.95% | - |
| XYZ | 48.46 | 40.31 | 12.62 | - |
| YUV | 167.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 79 | 0 | 0.39 | 0.67 | 0.05 | 25.03 | 0.86 | 0.63 |
| Hex | F2 | 93 | 4F | 0 | 27 | 43 | 5 | 19 | 56 | 3F |
| Octal | 362 | 223 | 117 | 0 | 47 | 103 | 5 | 31 | 126 | 77 |
| Binary | 11110010 | 10010011 | 1001111 | 0 | 100111 | 1000011 | 101 | 11001 | 1010110 | 111111 |
Color Harmonies of #F2934F
Complementary color
Monochromatic Colors of #F2934F
Black with #F2934F
Text Example
Text Example
White with #F2934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2934F; }
p { color: rgb(242,147,79); }
H1.HeaderClassName
{
color: #F2934F;
}
.AnyTagClassName
{
color: #F2934F;
}
</style>
background-color css
<style>
a { background-color: #F2934F; }
a { background-color: rgb(242,147,79); }
div.DivClassName
{
background-color: #F2934F;
}
.BgClassName
{
background-color: #F2934F;
}
</style>
border-color css
<style>
span { border-color: #F2934F; }
span { border-color: rgb(242,147,79); }
td.TdClassName
{
border-color: #F2934F;
}
.TagClassName
{
border-color: #F2934F;
}
</style>