Shades of Sea Buckthorn #F6914F
Tints of Sea Buckthorn #F6914F
RGB
CMYK
RGB Variations
Color information
#F6914F (or 0xF6914F) is known color: Sea Buckthorn. HEX triplet: F6, 91 and 4F. RGB value is (246,145,79). Sum of RGB (Red+Green+Blue) = 246+145+79=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6914F is #096EB0. Grayscale: #A8A8A8. Windows color (decimal): -618161 or 5214710. OLE color: 5214710.
HSL color Cylindrical-coordinate representation of color #F6914F: hue angle of 23.71º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6914F is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 79 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.04 |
| HSL | 23.71º | 0.9% | 0.64% | - |
| HSV(B) | 23.71º | 0.68% | 0.96% | - |
| XYZ | 49.54 | 40.41 | 12.59 | - |
| YUV | 167.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 79 | 0 | 0.41 | 0.68 | 0.04 | 23.71 | 0.9 | 0.64 |
| Hex | F6 | 91 | 4F | 0 | 29 | 44 | 4 | 18 | 5A | 40 |
| Octal | 366 | 221 | 117 | 0 | 51 | 104 | 4 | 30 | 132 | 100 |
| Binary | 11110110 | 10010001 | 1001111 | 0 | 101001 | 1000100 | 100 | 11000 | 1011010 | 1000000 |
Color Harmonies of #F6914F
Complementary color
Monochromatic Colors of #F6914F
Black with #F6914F
Text Example
Text Example
White with #F6914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6914F; }
p { color: rgb(246,145,79); }
H1.HeaderClassName
{
color: #F6914F;
}
.AnyTagClassName
{
color: #F6914F;
}
</style>
background-color css
<style>
a { background-color: #F6914F; }
a { background-color: rgb(246,145,79); }
div.DivClassName
{
background-color: #F6914F;
}
.BgClassName
{
background-color: #F6914F;
}
</style>
border-color css
<style>
span { border-color: #F6914F; }
span { border-color: rgb(246,145,79); }
td.TdClassName
{
border-color: #F6914F;
}
.TagClassName
{
border-color: #F6914F;
}
</style>