Shades of Sea Buckthorn #FA9047
Tints of Sea Buckthorn #FA9047
RGB
CMYK
RGB Variations
Color information
#FA9047 (or 0xFA9047) is known color: Sea Buckthorn. HEX triplet: FA, 90 and 47. RGB value is (250,144,71). Sum of RGB (Red+Green+Blue) = 250+144+71=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9047 is #056FB8. Grayscale: #A7A7A7. Windows color (decimal): -356281 or 4690170. OLE color: 4690170.
HSL color Cylindrical-coordinate representation of color #FA9047: hue angle of 24.47º degrees, saturation: 0.95, 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 #FA9047 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 71 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.02 |
| HSL | 24.47º | 0.95% | 0.63% | - |
| HSV(B) | 24.47º | 0.72% | 0.98% | - |
| XYZ | 50.53 | 40.73 | 11.16 | - |
| YUV | 167.37 | 73.62 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 71 | 0 | 0.42 | 0.72 | 0.02 | 24.47 | 0.95 | 0.63 |
| Hex | FA | 90 | 47 | 0 | 2A | 48 | 2 | 18 | 5F | 3F |
| Octal | 372 | 220 | 107 | 0 | 52 | 110 | 2 | 30 | 137 | 77 |
| Binary | 11111010 | 10010000 | 1000111 | 0 | 101010 | 1001000 | 10 | 11000 | 1011111 | 111111 |
Color Harmonies of #FA9047
Complementary color
Monochromatic Colors of #FA9047
Black with #FA9047
Text Example
Text Example
White with #FA9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9047; }
p { color: rgb(250,144,71); }
H1.HeaderClassName
{
color: #FA9047;
}
.AnyTagClassName
{
color: #FA9047;
}
</style>
background-color css
<style>
a { background-color: #FA9047; }
a { background-color: rgb(250,144,71); }
div.DivClassName
{
background-color: #FA9047;
}
.BgClassName
{
background-color: #FA9047;
}
</style>
border-color css
<style>
span { border-color: #FA9047; }
span { border-color: rgb(250,144,71); }
td.TdClassName
{
border-color: #FA9047;
}
.TagClassName
{
border-color: #FA9047;
}
</style>