Shades of Sea Buckthorn #F89145
Tints of Sea Buckthorn #F89145
RGB
CMYK
RGB Variations
Color information
#F89145 (or 0xF89145) is known color: Sea Buckthorn. HEX triplet: F8, 91 and 45. RGB value is (248,145,69). Sum of RGB (Red+Green+Blue) = 248+145+69=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F89145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89145 is #076EBA. Grayscale: #A7A7A7. Windows color (decimal): -487099 or 4559352. OLE color: 4559352.
HSL color Cylindrical-coordinate representation of color #F89145: hue angle of 25.47º 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 #F89145 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 69 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.03 |
| HSL | 25.47º | 0.93% | 0.62% | - |
| HSV(B) | 25.47º | 0.72% | 0.97% | - |
| XYZ | 49.91 | 40.64 | 10.84 | - |
| YUV | 167.13 | 72.62 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 69 | 0 | 0.42 | 0.72 | 0.03 | 25.47 | 0.93 | 0.62 |
| Hex | F8 | 91 | 45 | 0 | 2A | 48 | 3 | 19 | 5D | 3E |
| Octal | 370 | 221 | 105 | 0 | 52 | 110 | 3 | 31 | 135 | 76 |
| Binary | 11111000 | 10010001 | 1000101 | 0 | 101010 | 1001000 | 11 | 11001 | 1011101 | 111110 |
Color Harmonies of #F89145
Complementary color
Monochromatic Colors of #F89145
Black with #F89145
Text Example
Text Example
White with #F89145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89145; }
p { color: rgb(248,145,69); }
H1.HeaderClassName
{
color: #F89145;
}
.AnyTagClassName
{
color: #F89145;
}
</style>
background-color css
<style>
a { background-color: #F89145; }
a { background-color: rgb(248,145,69); }
div.DivClassName
{
background-color: #F89145;
}
.BgClassName
{
background-color: #F89145;
}
</style>
border-color css
<style>
span { border-color: #F89145; }
span { border-color: rgb(248,145,69); }
td.TdClassName
{
border-color: #F89145;
}
.TagClassName
{
border-color: #F89145;
}
</style>