Shades of Sea Buckthorn #F8914C
Tints of Sea Buckthorn #F8914C
RGB
CMYK
RGB Variations
Color information
#F8914C (or 0xF8914C) is known color: Sea Buckthorn. HEX triplet: F8, 91 and 4C. RGB value is (248,145,76). Sum of RGB (Red+Green+Blue) = 248+145+76=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8914C is #076EB3. Grayscale: #A8A8A8. Windows color (decimal): -487092 or 5018104. OLE color: 5018104.
HSL color Cylindrical-coordinate representation of color #F8914C: hue angle of 24.07º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8914C is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 76 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.03 |
| HSL | 24.07º | 0.92% | 0.64% | - |
| HSV(B) | 24.07º | 0.69% | 0.97% | - |
| XYZ | 50.14 | 40.73 | 12.06 | - |
| YUV | 167.93 | 76.12 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 76 | 0 | 0.42 | 0.69 | 0.03 | 24.07 | 0.92 | 0.64 |
| Hex | F8 | 91 | 4C | 0 | 2A | 45 | 3 | 18 | 5C | 40 |
| Octal | 370 | 221 | 114 | 0 | 52 | 105 | 3 | 30 | 134 | 100 |
| Binary | 11111000 | 10010001 | 1001100 | 0 | 101010 | 1000101 | 11 | 11000 | 1011100 | 1000000 |
Color Harmonies of #F8914C
Complementary color
Monochromatic Colors of #F8914C
Black with #F8914C
Text Example
Text Example
White with #F8914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8914C; }
p { color: rgb(248,145,76); }
H1.HeaderClassName
{
color: #F8914C;
}
.AnyTagClassName
{
color: #F8914C;
}
</style>
background-color css
<style>
a { background-color: #F8914C; }
a { background-color: rgb(248,145,76); }
div.DivClassName
{
background-color: #F8914C;
}
.BgClassName
{
background-color: #F8914C;
}
</style>
border-color css
<style>
span { border-color: #F8914C; }
span { border-color: rgb(248,145,76); }
td.TdClassName
{
border-color: #F8914C;
}
.TagClassName
{
border-color: #F8914C;
}
</style>