Shades of Sea Buckthorn #FA8F43
Tints of Sea Buckthorn #FA8F43
RGB
CMYK
RGB Variations
Color information
#FA8F43 (or 0xFA8F43) is known color: Sea Buckthorn. HEX triplet: FA, 8F and 43. RGB value is (250,143,67). Sum of RGB (Red+Green+Blue) = 250+143+67=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F43 is #0570BC. Grayscale: #A6A6A6. Windows color (decimal): -356541 or 4427770. OLE color: 4427770.
HSL color Cylindrical-coordinate representation of color #FA8F43: hue angle of 24.92º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA8F43 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 67 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.02 |
| HSL | 24.92º | 0.95% | 0.62% | - |
| HSV(B) | 24.92º | 0.73% | 0.98% | - |
| XYZ | 50.26 | 40.37 | 10.45 | - |
| YUV | 166.33 | 71.95 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 67 | 0 | 0.43 | 0.73 | 0.02 | 24.92 | 0.95 | 0.62 |
| Hex | FA | 8F | 43 | 0 | 2B | 49 | 2 | 19 | 5F | 3E |
| Octal | 372 | 217 | 103 | 0 | 53 | 111 | 2 | 31 | 137 | 76 |
| Binary | 11111010 | 10001111 | 1000011 | 0 | 101011 | 1001001 | 10 | 11001 | 1011111 | 111110 |
Color Harmonies of #FA8F43
Complementary color
Monochromatic Colors of #FA8F43
Black with #FA8F43
Text Example
Text Example
White with #FA8F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F43; }
p { color: rgb(250,143,67); }
H1.HeaderClassName
{
color: #FA8F43;
}
.AnyTagClassName
{
color: #FA8F43;
}
</style>
background-color css
<style>
a { background-color: #FA8F43; }
a { background-color: rgb(250,143,67); }
div.DivClassName
{
background-color: #FA8F43;
}
.BgClassName
{
background-color: #FA8F43;
}
</style>
border-color css
<style>
span { border-color: #FA8F43; }
span { border-color: rgb(250,143,67); }
td.TdClassName
{
border-color: #FA8F43;
}
.TagClassName
{
border-color: #FA8F43;
}
</style>