Shades of Sea Buckthorn #F8934D
Tints of Sea Buckthorn #F8934D
RGB
CMYK
RGB Variations
Color information
#F8934D (or 0xF8934D) is known color: Sea Buckthorn. HEX triplet: F8, 93 and 4D. RGB value is (248,147,77). Sum of RGB (Red+Green+Blue) = 248+147+77=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8934D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8934D is #076CB2. Grayscale: #A9A9A9. Windows color (decimal): -486579 or 5084152. OLE color: 5084152.
HSL color Cylindrical-coordinate representation of color #F8934D: hue angle of 24.56º 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 #F8934D is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 77 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.03 |
| HSL | 24.56º | 0.92% | 0.64% | - |
| HSV(B) | 24.56º | 0.69% | 0.97% | - |
| XYZ | 50.48 | 41.36 | 12.34 | - |
| YUV | 169.22 | 75.96 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 77 | 0 | 0.41 | 0.69 | 0.03 | 24.56 | 0.92 | 0.64 |
| Hex | F8 | 93 | 4D | 0 | 29 | 45 | 3 | 19 | 5C | 40 |
| Octal | 370 | 223 | 115 | 0 | 51 | 105 | 3 | 31 | 134 | 100 |
| Binary | 11111000 | 10010011 | 1001101 | 0 | 101001 | 1000101 | 11 | 11001 | 1011100 | 1000000 |
Color Harmonies of #F8934D
Complementary color
Monochromatic Colors of #F8934D
Black with #F8934D
Text Example
Text Example
White with #F8934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8934D; }
p { color: rgb(248,147,77); }
H1.HeaderClassName
{
color: #F8934D;
}
.AnyTagClassName
{
color: #F8934D;
}
</style>
background-color css
<style>
a { background-color: #F8934D; }
a { background-color: rgb(248,147,77); }
div.DivClassName
{
background-color: #F8934D;
}
.BgClassName
{
background-color: #F8934D;
}
</style>
border-color css
<style>
span { border-color: #F8934D; }
span { border-color: rgb(248,147,77); }
td.TdClassName
{
border-color: #F8934D;
}
.TagClassName
{
border-color: #F8934D;
}
</style>