Shades of Sea Buckthorn #F89542
Tints of Sea Buckthorn #F89542
RGB
CMYK
RGB Variations
Color information
#F89542 (or 0xF89542) is known color: Sea Buckthorn. HEX triplet: F8, 95 and 42. RGB value is (248,149,66). Sum of RGB (Red+Green+Blue) = 248+149+66=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F89542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89542 is #076ABD. Grayscale: #A9A9A9. Windows color (decimal): -486078 or 4363768. OLE color: 4363768.
HSL color Cylindrical-coordinate representation of color #F89542: hue angle of 27.36º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F89542 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 66 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.03 |
| HSL | 27.36º | 0.93% | 0.62% | - |
| HSV(B) | 27.36º | 0.73% | 0.97% | - |
| XYZ | 50.44 | 41.84 | 10.57 | - |
| YUV | 169.14 | 69.8 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 66 | 0 | 0.40 | 0.73 | 0.03 | 27.36 | 0.93 | 0.62 |
| Hex | F8 | 95 | 42 | 0 | 28 | 49 | 3 | 1B | 5D | 3E |
| Octal | 370 | 225 | 102 | 0 | 50 | 111 | 3 | 33 | 135 | 76 |
| Binary | 11111000 | 10010101 | 1000010 | 0 | 101000 | 1001001 | 11 | 11011 | 1011101 | 111110 |
Color Harmonies of #F89542
Complementary color
Monochromatic Colors of #F89542
Black with #F89542
Text Example
Text Example
White with #F89542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89542; }
p { color: rgb(248,149,66); }
H1.HeaderClassName
{
color: #F89542;
}
.AnyTagClassName
{
color: #F89542;
}
</style>
background-color css
<style>
a { background-color: #F89542; }
a { background-color: rgb(248,149,66); }
div.DivClassName
{
background-color: #F89542;
}
.BgClassName
{
background-color: #F89542;
}
</style>
border-color css
<style>
span { border-color: #F89542; }
span { border-color: rgb(248,149,66); }
td.TdClassName
{
border-color: #F89542;
}
.TagClassName
{
border-color: #F89542;
}
</style>