Shades of Sea Buckthorn #F89250
Tints of Sea Buckthorn #F89250
RGB
CMYK
RGB Variations
Color information
#F89250 (or 0xF89250) is known color: Sea Buckthorn. HEX triplet: F8, 92 and 50. RGB value is (248,146,80). Sum of RGB (Red+Green+Blue) = 248+146+80=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F89250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89250 is #076DAF. Grayscale: #A9A9A9. Windows color (decimal): -486832 or 5280504. OLE color: 5280504.
HSL color Cylindrical-coordinate representation of color #F89250: hue angle of 23.57º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F89250 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 80 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.03 |
| HSL | 23.57º | 0.92% | 0.64% | - |
| HSV(B) | 23.57º | 0.68% | 0.97% | - |
| XYZ | 50.44 | 41.09 | 12.86 | - |
| YUV | 168.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 80 | 0 | 0.41 | 0.68 | 0.03 | 23.57 | 0.92 | 0.64 |
| Hex | F8 | 92 | 50 | 0 | 29 | 44 | 3 | 18 | 5C | 40 |
| Octal | 370 | 222 | 120 | 0 | 51 | 104 | 3 | 30 | 134 | 100 |
| Binary | 11111000 | 10010010 | 1010000 | 0 | 101001 | 1000100 | 11 | 11000 | 1011100 | 1000000 |
Color Harmonies of #F89250
Complementary color
Monochromatic Colors of #F89250
Black with #F89250
Text Example
Text Example
White with #F89250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89250; }
p { color: rgb(248,146,80); }
H1.HeaderClassName
{
color: #F89250;
}
.AnyTagClassName
{
color: #F89250;
}
</style>
background-color css
<style>
a { background-color: #F89250; }
a { background-color: rgb(248,146,80); }
div.DivClassName
{
background-color: #F89250;
}
.BgClassName
{
background-color: #F89250;
}
</style>
border-color css
<style>
span { border-color: #F89250; }
span { border-color: rgb(248,146,80); }
td.TdClassName
{
border-color: #F89250;
}
.TagClassName
{
border-color: #F89250;
}
</style>