Shades of Sea Buckthorn #FB8F47
Tints of Sea Buckthorn #FB8F47
RGB
CMYK
RGB Variations
Color information
#FB8F47 (or 0xFB8F47) is known color: Sea Buckthorn. HEX triplet: FB, 8F and 47. RGB value is (251,143,71). Sum of RGB (Red+Green+Blue) = 251+143+71=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8F47 is #0470B8. Grayscale: #A7A7A7. Windows color (decimal): -291001 or 4689915. OLE color: 4689915.
HSL color Cylindrical-coordinate representation of color #FB8F47: hue angle of 24º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB8F47 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 71 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.02 |
| HSL | 24º | 0.96% | 0.63% | - |
| HSV(B) | 24º | 0.72% | 0.98% | - |
| XYZ | 50.74 | 40.61 | 11.13 | - |
| YUV | 167.08 | 73.78 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 71 | 0 | 0.43 | 0.72 | 0.02 | 24 | 0.96 | 0.63 |
| Hex | FB | 8F | 47 | 0 | 2B | 48 | 2 | 18 | 60 | 3F |
| Octal | 373 | 217 | 107 | 0 | 53 | 110 | 2 | 30 | 140 | 77 |
| Binary | 11111011 | 10001111 | 1000111 | 0 | 101011 | 1001000 | 10 | 11000 | 1100000 | 111111 |
Color Harmonies of #FB8F47
Complementary color
Monochromatic Colors of #FB8F47
Black with #FB8F47
Text Example
Text Example
White with #FB8F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F47; }
p { color: rgb(251,143,71); }
H1.HeaderClassName
{
color: #FB8F47;
}
.AnyTagClassName
{
color: #FB8F47;
}
</style>
background-color css
<style>
a { background-color: #FB8F47; }
a { background-color: rgb(251,143,71); }
div.DivClassName
{
background-color: #FB8F47;
}
.BgClassName
{
background-color: #FB8F47;
}
</style>
border-color css
<style>
span { border-color: #FB8F47; }
span { border-color: rgb(251,143,71); }
td.TdClassName
{
border-color: #FB8F47;
}
.TagClassName
{
border-color: #FB8F47;
}
</style>