Shades of Sea Buckthorn #F2934C
Tints of Sea Buckthorn #F2934C
RGB
CMYK
RGB Variations
Color information
#F2934C (or 0xF2934C) is known color: Sea Buckthorn. HEX triplet: F2, 93 and 4C. RGB value is (242,147,76). Sum of RGB (Red+Green+Blue) = 242+147+76=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2934C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2934C is #0D6CB3. Grayscale: #A7A7A7. Windows color (decimal): -879796 or 5018610. OLE color: 5018610.
HSL color Cylindrical-coordinate representation of color #F2934C: hue angle of 25.66º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2934C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 76 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.05 |
| HSL | 25.66º | 0.86% | 0.62% | - |
| HSV(B) | 25.66º | 0.69% | 0.95% | - |
| XYZ | 48.36 | 40.27 | 12.06 | - |
| YUV | 167.31 | 76.47 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 76 | 0 | 0.39 | 0.69 | 0.05 | 25.66 | 0.86 | 0.62 |
| Hex | F2 | 93 | 4C | 0 | 27 | 45 | 5 | 1A | 56 | 3E |
| Octal | 362 | 223 | 114 | 0 | 47 | 105 | 5 | 32 | 126 | 76 |
| Binary | 11110010 | 10010011 | 1001100 | 0 | 100111 | 1000101 | 101 | 11010 | 1010110 | 111110 |
Color Harmonies of #F2934C
Complementary color
Monochromatic Colors of #F2934C
Black with #F2934C
Text Example
Text Example
White with #F2934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2934C; }
p { color: rgb(242,147,76); }
H1.HeaderClassName
{
color: #F2934C;
}
.AnyTagClassName
{
color: #F2934C;
}
</style>
background-color css
<style>
a { background-color: #F2934C; }
a { background-color: rgb(242,147,76); }
div.DivClassName
{
background-color: #F2934C;
}
.BgClassName
{
background-color: #F2934C;
}
</style>
border-color css
<style>
span { border-color: #F2934C; }
span { border-color: rgb(242,147,76); }
td.TdClassName
{
border-color: #F2934C;
}
.TagClassName
{
border-color: #F2934C;
}
</style>