Shades of Sea Buckthorn #F89045
Tints of Sea Buckthorn #F89045
RGB
CMYK
RGB Variations
Color information
#F89045 (or 0xF89045) is known color: Sea Buckthorn. HEX triplet: F8, 90 and 45. RGB value is (248,144,69). Sum of RGB (Red+Green+Blue) = 248+144+69=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F89045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89045 is #076FBA. Grayscale: #A6A6A6. Windows color (decimal): -487355 or 4559096. OLE color: 4559096.
HSL color Cylindrical-coordinate representation of color #F89045: hue angle of 25.14º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F89045 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 69 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.03 |
| HSL | 25.14º | 0.93% | 0.62% | - |
| HSV(B) | 25.14º | 0.72% | 0.97% | - |
| XYZ | 49.76 | 40.33 | 10.79 | - |
| YUV | 166.55 | 72.96 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 69 | 0 | 0.42 | 0.72 | 0.03 | 25.14 | 0.93 | 0.62 |
| Hex | F8 | 90 | 45 | 0 | 2A | 48 | 3 | 19 | 5D | 3E |
| Octal | 370 | 220 | 105 | 0 | 52 | 110 | 3 | 31 | 135 | 76 |
| Binary | 11111000 | 10010000 | 1000101 | 0 | 101010 | 1001000 | 11 | 11001 | 1011101 | 111110 |
Color Harmonies of #F89045
Complementary color
Monochromatic Colors of #F89045
Black with #F89045
Text Example
Text Example
White with #F89045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89045; }
p { color: rgb(248,144,69); }
H1.HeaderClassName
{
color: #F89045;
}
.AnyTagClassName
{
color: #F89045;
}
</style>
background-color css
<style>
a { background-color: #F89045; }
a { background-color: rgb(248,144,69); }
div.DivClassName
{
background-color: #F89045;
}
.BgClassName
{
background-color: #F89045;
}
</style>
border-color css
<style>
span { border-color: #F89045; }
span { border-color: rgb(248,144,69); }
td.TdClassName
{
border-color: #F89045;
}
.TagClassName
{
border-color: #F89045;
}
</style>