Shades of Sea Buckthorn #F69150
Tints of Sea Buckthorn #F69150
RGB
CMYK
RGB Variations
Color information
#F69150 (or 0xF69150) is known color: Sea Buckthorn. HEX triplet: F6, 91 and 50. RGB value is (246,145,80). Sum of RGB (Red+Green+Blue) = 246+145+80=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F69150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69150 is #096EAF. Grayscale: #A8A8A8. Windows color (decimal): -618160 or 5280246. OLE color: 5280246.
HSL color Cylindrical-coordinate representation of color #F69150: hue angle of 23.49º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F69150 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 80 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.04 |
| HSL | 23.49º | 0.9% | 0.64% | - |
| HSV(B) | 23.49º | 0.67% | 0.96% | - |
| XYZ | 49.58 | 40.42 | 12.78 | - |
| YUV | 167.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 80 | 0 | 0.41 | 0.67 | 0.04 | 23.49 | 0.9 | 0.64 |
| Hex | F6 | 91 | 50 | 0 | 29 | 43 | 4 | 17 | 5A | 40 |
| Octal | 366 | 221 | 120 | 0 | 51 | 103 | 4 | 27 | 132 | 100 |
| Binary | 11110110 | 10010001 | 1010000 | 0 | 101001 | 1000011 | 100 | 10111 | 1011010 | 1000000 |
Color Harmonies of #F69150
Complementary color
Monochromatic Colors of #F69150
Black with #F69150
Text Example
Text Example
White with #F69150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69150; }
p { color: rgb(246,145,80); }
H1.HeaderClassName
{
color: #F69150;
}
.AnyTagClassName
{
color: #F69150;
}
</style>
background-color css
<style>
a { background-color: #F69150; }
a { background-color: rgb(246,145,80); }
div.DivClassName
{
background-color: #F69150;
}
.BgClassName
{
background-color: #F69150;
}
</style>
border-color css
<style>
span { border-color: #F69150; }
span { border-color: rgb(246,145,80); }
td.TdClassName
{
border-color: #F69150;
}
.TagClassName
{
border-color: #F69150;
}
</style>