Shades of Sea Buckthorn #F8953F
Tints of Sea Buckthorn #F8953F
RGB
CMYK
RGB Variations
Color information
#F8953F (or 0xF8953F) is known color: Sea Buckthorn. HEX triplet: F8, 95 and 3F. RGB value is (248,149,63). Sum of RGB (Red+Green+Blue) = 248+149+63=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8953F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8953F is #076AC0. Grayscale: #A9A9A9. Windows color (decimal): -486081 or 4167160. OLE color: 4167160.
HSL color Cylindrical-coordinate representation of color #F8953F: hue angle of 27.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8953F is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 63 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.03 |
| HSL | 27.89º | 0.93% | 0.61% | - |
| HSV(B) | 27.89º | 0.75% | 0.97% | - |
| XYZ | 50.36 | 41.81 | 10.12 | - |
| YUV | 168.8 | 68.3 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 63 | 0 | 0.40 | 0.75 | 0.03 | 27.89 | 0.93 | 0.61 |
| Hex | F8 | 95 | 3F | 0 | 28 | 4B | 3 | 1C | 5D | 3D |
| Octal | 370 | 225 | 77 | 0 | 50 | 113 | 3 | 34 | 135 | 75 |
| Binary | 11111000 | 10010101 | 111111 | 0 | 101000 | 1001011 | 11 | 11100 | 1011101 | 111101 |
Color Harmonies of #F8953F
Complementary color
Monochromatic Colors of #F8953F
Black with #F8953F
Text Example
Text Example
White with #F8953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8953F; }
p { color: rgb(248,149,63); }
H1.HeaderClassName
{
color: #F8953F;
}
.AnyTagClassName
{
color: #F8953F;
}
</style>
background-color css
<style>
a { background-color: #F8953F; }
a { background-color: rgb(248,149,63); }
div.DivClassName
{
background-color: #F8953F;
}
.BgClassName
{
background-color: #F8953F;
}
</style>
border-color css
<style>
span { border-color: #F8953F; }
span { border-color: rgb(248,149,63); }
td.TdClassName
{
border-color: #F8953F;
}
.TagClassName
{
border-color: #F8953F;
}
</style>