Shades of Sea Buckthorn #FA8F4B
Tints of Sea Buckthorn #FA8F4B
RGB
CMYK
RGB Variations
Color information
#FA8F4B (or 0xFA8F4B) is known color: Sea Buckthorn. HEX triplet: FA, 8F and 4B. RGB value is (250,143,75). Sum of RGB (Red+Green+Blue) = 250+143+75=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F4B is #0570B4. Grayscale: #A7A7A7. Windows color (decimal): -356533 or 4952058. OLE color: 4952058.
HSL color Cylindrical-coordinate representation of color #FA8F4B: hue angle of 23.31º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA8F4B is Cyan = 0, Magento = 0.43, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 75 | - |
| CMYK | 0 | 0.43 | 0.7 | 0.02 |
| HSL | 23.31º | 0.95% | 0.64% | - |
| HSV(B) | 23.31º | 0.7% | 0.98% | - |
| XYZ | 50.52 | 40.48 | 11.81 | - |
| YUV | 167.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 75 | 0 | 0.43 | 0.7 | 0.02 | 23.31 | 0.95 | 0.64 |
| Hex | FA | 8F | 4B | 0 | 2B | 46 | 2 | 17 | 5F | 40 |
| Octal | 372 | 217 | 113 | 0 | 53 | 106 | 2 | 27 | 137 | 100 |
| Binary | 11111010 | 10001111 | 1001011 | 0 | 101011 | 1000110 | 10 | 10111 | 1011111 | 1000000 |
Color Harmonies of #FA8F4B
Complementary color
Monochromatic Colors of #FA8F4B
Black with #FA8F4B
Text Example
Text Example
White with #FA8F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F4B; }
p { color: rgb(250,143,75); }
H1.HeaderClassName
{
color: #FA8F4B;
}
.AnyTagClassName
{
color: #FA8F4B;
}
</style>
background-color css
<style>
a { background-color: #FA8F4B; }
a { background-color: rgb(250,143,75); }
div.DivClassName
{
background-color: #FA8F4B;
}
.BgClassName
{
background-color: #FA8F4B;
}
</style>
border-color css
<style>
span { border-color: #FA8F4B; }
span { border-color: rgb(250,143,75); }
td.TdClassName
{
border-color: #FA8F4B;
}
.TagClassName
{
border-color: #FA8F4B;
}
</style>