Shades of Sea Buckthorn #FB8C46
Tints of Sea Buckthorn #FB8C46
RGB
CMYK
RGB Variations
Color information
#FB8C46 (or 0xFB8C46) is known color: Sea Buckthorn. HEX triplet: FB, 8C and 46. RGB value is (251,140,70). Sum of RGB (Red+Green+Blue) = 251+140+70=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C46 is #0473B9. Grayscale: #A5A5A5. Windows color (decimal): -291770 or 4623611. OLE color: 4623611.
HSL color Cylindrical-coordinate representation of color #FB8C46: hue angle of 23.2º 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 #FB8C46 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 70 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.02 |
| HSL | 23.2º | 0.96% | 0.63% | - |
| HSV(B) | 23.2º | 0.72% | 0.98% | - |
| XYZ | 50.27 | 39.71 | 10.81 | - |
| YUV | 165.21 | 74.27 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 70 | 0 | 0.44 | 0.72 | 0.02 | 23.2 | 0.96 | 0.63 |
| Hex | FB | 8C | 46 | 0 | 2C | 48 | 2 | 17 | 60 | 3F |
| Octal | 373 | 214 | 106 | 0 | 54 | 110 | 2 | 27 | 140 | 77 |
| Binary | 11111011 | 10001100 | 1000110 | 0 | 101100 | 1001000 | 10 | 10111 | 1100000 | 111111 |
Color Harmonies of #FB8C46
Complementary color
Monochromatic Colors of #FB8C46
Black with #FB8C46
Text Example
Text Example
White with #FB8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C46; }
p { color: rgb(251,140,70); }
H1.HeaderClassName
{
color: #FB8C46;
}
.AnyTagClassName
{
color: #FB8C46;
}
</style>
background-color css
<style>
a { background-color: #FB8C46; }
a { background-color: rgb(251,140,70); }
div.DivClassName
{
background-color: #FB8C46;
}
.BgClassName
{
background-color: #FB8C46;
}
</style>
border-color css
<style>
span { border-color: #FB8C46; }
span { border-color: rgb(251,140,70); }
td.TdClassName
{
border-color: #FB8C46;
}
.TagClassName
{
border-color: #FB8C46;
}
</style>