Shades of Sea Buckthorn #F6914D
Tints of Sea Buckthorn #F6914D
RGB
CMYK
RGB Variations
Color information
#F6914D (or 0xF6914D) is known color: Sea Buckthorn. HEX triplet: F6, 91 and 4D. RGB value is (246,145,77). Sum of RGB (Red+Green+Blue) = 246+145+77=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6914D is #096EB2. Grayscale: #A7A7A7. Windows color (decimal): -618163 or 5083638. OLE color: 5083638.
HSL color Cylindrical-coordinate representation of color #F6914D: hue angle of 24.14º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6914D is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 77 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.04 |
| HSL | 24.14º | 0.9% | 0.63% | - |
| HSV(B) | 24.14º | 0.69% | 0.96% | - |
| XYZ | 49.47 | 40.38 | 12.21 | - |
| YUV | 167.45 | 76.96 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 77 | 0 | 0.41 | 0.69 | 0.04 | 24.14 | 0.9 | 0.63 |
| Hex | F6 | 91 | 4D | 0 | 29 | 45 | 4 | 18 | 5A | 3F |
| Octal | 366 | 221 | 115 | 0 | 51 | 105 | 4 | 30 | 132 | 77 |
| Binary | 11110110 | 10010001 | 1001101 | 0 | 101001 | 1000101 | 100 | 11000 | 1011010 | 111111 |
Color Harmonies of #F6914D
Complementary color
Monochromatic Colors of #F6914D
Black with #F6914D
Text Example
Text Example
White with #F6914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6914D; }
p { color: rgb(246,145,77); }
H1.HeaderClassName
{
color: #F6914D;
}
.AnyTagClassName
{
color: #F6914D;
}
</style>
background-color css
<style>
a { background-color: #F6914D; }
a { background-color: rgb(246,145,77); }
div.DivClassName
{
background-color: #F6914D;
}
.BgClassName
{
background-color: #F6914D;
}
</style>
border-color css
<style>
span { border-color: #F6914D; }
span { border-color: rgb(246,145,77); }
td.TdClassName
{
border-color: #F6914D;
}
.TagClassName
{
border-color: #F6914D;
}
</style>