Shades of Sea Buckthorn #F2994F
Tints of Sea Buckthorn #F2994F
RGB
CMYK
RGB Variations
Color information
#F2994F (or 0xF2994F) is known color: Sea Buckthorn. HEX triplet: F2, 99 and 4F. RGB value is (242,153,79). Sum of RGB (Red+Green+Blue) = 242+153+79=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2994F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2994F is #0D66B0. Grayscale: #ABABAB. Windows color (decimal): -878257 or 5216754. OLE color: 5216754.
HSL color Cylindrical-coordinate representation of color #F2994F: hue angle of 27.24º 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 #F2994F is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 79 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.05 |
| HSL | 27.24º | 0.86% | 0.63% | - |
| HSV(B) | 27.24º | 0.67% | 0.95% | - |
| XYZ | 49.42 | 42.22 | 12.94 | - |
| YUV | 171.18 | 75.99 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 79 | 0 | 0.37 | 0.67 | 0.05 | 27.24 | 0.86 | 0.63 |
| Hex | F2 | 99 | 4F | 0 | 25 | 43 | 5 | 1B | 56 | 3F |
| Octal | 362 | 231 | 117 | 0 | 45 | 103 | 5 | 33 | 126 | 77 |
| Binary | 11110010 | 10011001 | 1001111 | 0 | 100101 | 1000011 | 101 | 11011 | 1010110 | 111111 |
Color Harmonies of #F2994F
Complementary color
Monochromatic Colors of #F2994F
Black with #F2994F
Text Example
Text Example
White with #F2994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2994F; }
p { color: rgb(242,153,79); }
H1.HeaderClassName
{
color: #F2994F;
}
.AnyTagClassName
{
color: #F2994F;
}
</style>
background-color css
<style>
a { background-color: #F2994F; }
a { background-color: rgb(242,153,79); }
div.DivClassName
{
background-color: #F2994F;
}
.BgClassName
{
background-color: #F2994F;
}
</style>
border-color css
<style>
span { border-color: #F2994F; }
span { border-color: rgb(242,153,79); }
td.TdClassName
{
border-color: #F2994F;
}
.TagClassName
{
border-color: #F2994F;
}
</style>