Shades of Sea Buckthorn #F89349
Tints of Sea Buckthorn #F89349
RGB
CMYK
RGB Variations
Color information
#F89349 (or 0xF89349) is known color: Sea Buckthorn. HEX triplet: F8, 93 and 49. RGB value is (248,147,73). Sum of RGB (Red+Green+Blue) = 248+147+73=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F89349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89349 is #076CB6. Grayscale: #A9A9A9. Windows color (decimal): -486583 or 4822008. OLE color: 4822008.
HSL color Cylindrical-coordinate representation of color #F89349: hue angle of 25.37º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F89349 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 73 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.03 |
| HSL | 25.37º | 0.93% | 0.63% | - |
| HSV(B) | 25.37º | 0.71% | 0.97% | - |
| XYZ | 50.35 | 41.3 | 11.62 | - |
| YUV | 168.76 | 73.96 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 73 | 0 | 0.41 | 0.71 | 0.03 | 25.37 | 0.93 | 0.63 |
| Hex | F8 | 93 | 49 | 0 | 29 | 47 | 3 | 19 | 5D | 3F |
| Octal | 370 | 223 | 111 | 0 | 51 | 107 | 3 | 31 | 135 | 77 |
| Binary | 11111000 | 10010011 | 1001001 | 0 | 101001 | 1000111 | 11 | 11001 | 1011101 | 111111 |
Color Harmonies of #F89349
Complementary color
Monochromatic Colors of #F89349
Black with #F89349
Text Example
Text Example
White with #F89349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89349; }
p { color: rgb(248,147,73); }
H1.HeaderClassName
{
color: #F89349;
}
.AnyTagClassName
{
color: #F89349;
}
</style>
background-color css
<style>
a { background-color: #F89349; }
a { background-color: rgb(248,147,73); }
div.DivClassName
{
background-color: #F89349;
}
.BgClassName
{
background-color: #F89349;
}
</style>
border-color css
<style>
span { border-color: #F89349; }
span { border-color: rgb(248,147,73); }
td.TdClassName
{
border-color: #F89349;
}
.TagClassName
{
border-color: #F89349;
}
</style>