Shades of Sea Buckthorn #F69250
Tints of Sea Buckthorn #F69250
RGB
CMYK
RGB Variations
Color information
#F69250 (or 0xF69250) is known color: Sea Buckthorn. HEX triplet: F6, 92 and 50. RGB value is (246,146,80). Sum of RGB (Red+Green+Blue) = 246+146+80=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F69250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69250 is #096DAF. Grayscale: #A8A8A8. Windows color (decimal): -617904 or 5280502. OLE color: 5280502.
HSL color Cylindrical-coordinate representation of color #F69250: hue angle of 23.86º 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 #F69250 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 80 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.04 |
| HSL | 23.86º | 0.9% | 0.64% | - |
| HSV(B) | 23.86º | 0.67% | 0.96% | - |
| XYZ | 49.73 | 40.73 | 12.83 | - |
| YUV | 168.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 80 | 0 | 0.41 | 0.67 | 0.04 | 23.86 | 0.9 | 0.64 |
| Hex | F6 | 92 | 50 | 0 | 29 | 43 | 4 | 18 | 5A | 40 |
| Octal | 366 | 222 | 120 | 0 | 51 | 103 | 4 | 30 | 132 | 100 |
| Binary | 11110110 | 10010010 | 1010000 | 0 | 101001 | 1000011 | 100 | 11000 | 1011010 | 1000000 |
Color Harmonies of #F69250
Complementary color
Monochromatic Colors of #F69250
Black with #F69250
Text Example
Text Example
White with #F69250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69250; }
p { color: rgb(246,146,80); }
H1.HeaderClassName
{
color: #F69250;
}
.AnyTagClassName
{
color: #F69250;
}
</style>
background-color css
<style>
a { background-color: #F69250; }
a { background-color: rgb(246,146,80); }
div.DivClassName
{
background-color: #F69250;
}
.BgClassName
{
background-color: #F69250;
}
</style>
border-color css
<style>
span { border-color: #F69250; }
span { border-color: rgb(246,146,80); }
td.TdClassName
{
border-color: #F69250;
}
.TagClassName
{
border-color: #F69250;
}
</style>