Shades of Sea Buckthorn #FB9042
Tints of Sea Buckthorn #FB9042
RGB
CMYK
RGB Variations
Color information
#FB9042 (or 0xFB9042) is known color: Sea Buckthorn. HEX triplet: FB, 90 and 42. RGB value is (251,144,66). Sum of RGB (Red+Green+Blue) = 251+144+66=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9042 is #046FBD. Grayscale: #A7A7A7. Windows color (decimal): -290750 or 4362491. OLE color: 4362491.
HSL color Cylindrical-coordinate representation of color #FB9042: hue angle of 25.3º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB9042 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 66 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.02 |
| HSL | 25.3º | 0.96% | 0.62% | - |
| HSV(B) | 25.3º | 0.74% | 0.98% | - |
| XYZ | 50.74 | 40.85 | 10.36 | - |
| YUV | 167.1 | 70.95 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 66 | 0 | 0.43 | 0.74 | 0.02 | 25.3 | 0.96 | 0.62 |
| Hex | FB | 90 | 42 | 0 | 2B | 4A | 2 | 19 | 60 | 3E |
| Octal | 373 | 220 | 102 | 0 | 53 | 112 | 2 | 31 | 140 | 76 |
| Binary | 11111011 | 10010000 | 1000010 | 0 | 101011 | 1001010 | 10 | 11001 | 1100000 | 111110 |
Color Harmonies of #FB9042
Complementary color
Monochromatic Colors of #FB9042
Black with #FB9042
Text Example
Text Example
White with #FB9042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9042; }
p { color: rgb(251,144,66); }
H1.HeaderClassName
{
color: #FB9042;
}
.AnyTagClassName
{
color: #FB9042;
}
</style>
background-color css
<style>
a { background-color: #FB9042; }
a { background-color: rgb(251,144,66); }
div.DivClassName
{
background-color: #FB9042;
}
.BgClassName
{
background-color: #FB9042;
}
</style>
border-color css
<style>
span { border-color: #FB9042; }
span { border-color: rgb(251,144,66); }
td.TdClassName
{
border-color: #FB9042;
}
.TagClassName
{
border-color: #FB9042;
}
</style>