Shades of Sea Buckthorn #FB9145
Tints of Sea Buckthorn #FB9145
RGB
CMYK
RGB Variations
Color information
#FB9145 (or 0xFB9145) is known color: Sea Buckthorn. HEX triplet: FB, 91 and 45. RGB value is (251,145,69). Sum of RGB (Red+Green+Blue) = 251+145+69=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9145 is #046EBA. Grayscale: #A8A8A8. Windows color (decimal): -290491 or 4559355. OLE color: 4559355.
HSL color Cylindrical-coordinate representation of color #FB9145: hue angle of 25.05º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB9145 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 69 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.02 |
| HSL | 25.05º | 0.96% | 0.63% | - |
| HSV(B) | 25.05º | 0.73% | 0.98% | - |
| XYZ | 50.98 | 41.19 | 10.89 | - |
| YUV | 168.03 | 72.12 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 69 | 0 | 0.42 | 0.73 | 0.02 | 25.05 | 0.96 | 0.63 |
| Hex | FB | 91 | 45 | 0 | 2A | 49 | 2 | 19 | 60 | 3F |
| Octal | 373 | 221 | 105 | 0 | 52 | 111 | 2 | 31 | 140 | 77 |
| Binary | 11111011 | 10010001 | 1000101 | 0 | 101010 | 1001001 | 10 | 11001 | 1100000 | 111111 |
Color Harmonies of #FB9145
Complementary color
Monochromatic Colors of #FB9145
Black with #FB9145
Text Example
Text Example
White with #FB9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9145; }
p { color: rgb(251,145,69); }
H1.HeaderClassName
{
color: #FB9145;
}
.AnyTagClassName
{
color: #FB9145;
}
</style>
background-color css
<style>
a { background-color: #FB9145; }
a { background-color: rgb(251,145,69); }
div.DivClassName
{
background-color: #FB9145;
}
.BgClassName
{
background-color: #FB9145;
}
</style>
border-color css
<style>
span { border-color: #FB9145; }
span { border-color: rgb(251,145,69); }
td.TdClassName
{
border-color: #FB9145;
}
.TagClassName
{
border-color: #FB9145;
}
</style>