Shades of Sea Buckthorn #FB9047
Tints of Sea Buckthorn #FB9047
RGB
CMYK
RGB Variations
Color information
#FB9047 (or 0xFB9047) is known color: Sea Buckthorn. HEX triplet: FB, 90 and 47. RGB value is (251,144,71). Sum of RGB (Red+Green+Blue) = 251+144+71=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9047 is #046FB8. Grayscale: #A8A8A8. Windows color (decimal): -290745 or 4690171. OLE color: 4690171.
HSL color Cylindrical-coordinate representation of color #FB9047: hue angle of 24.33º 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 #FB9047 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 71 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.02 |
| HSL | 24.33º | 0.96% | 0.63% | - |
| HSV(B) | 24.33º | 0.72% | 0.98% | - |
| XYZ | 50.89 | 40.91 | 11.18 | - |
| YUV | 167.67 | 73.45 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 71 | 0 | 0.43 | 0.72 | 0.02 | 24.33 | 0.96 | 0.63 |
| Hex | FB | 90 | 47 | 0 | 2B | 48 | 2 | 18 | 60 | 3F |
| Octal | 373 | 220 | 107 | 0 | 53 | 110 | 2 | 30 | 140 | 77 |
| Binary | 11111011 | 10010000 | 1000111 | 0 | 101011 | 1001000 | 10 | 11000 | 1100000 | 111111 |
Color Harmonies of #FB9047
Complementary color
Monochromatic Colors of #FB9047
Black with #FB9047
Text Example
Text Example
White with #FB9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9047; }
p { color: rgb(251,144,71); }
H1.HeaderClassName
{
color: #FB9047;
}
.AnyTagClassName
{
color: #FB9047;
}
</style>
background-color css
<style>
a { background-color: #FB9047; }
a { background-color: rgb(251,144,71); }
div.DivClassName
{
background-color: #FB9047;
}
.BgClassName
{
background-color: #FB9047;
}
</style>
border-color css
<style>
span { border-color: #FB9047; }
span { border-color: rgb(251,144,71); }
td.TdClassName
{
border-color: #FB9047;
}
.TagClassName
{
border-color: #FB9047;
}
</style>