Shades of Sea Buckthorn #FA9141
Tints of Sea Buckthorn #FA9141
RGB
CMYK
RGB Variations
Color information
#FA9141 (or 0xFA9141) is known color: Sea Buckthorn. HEX triplet: FA, 91 and 41. RGB value is (250,145,65). Sum of RGB (Red+Green+Blue) = 250+145+65=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9141 is #056EBE. Grayscale: #A7A7A7. Windows color (decimal): -356031 or 4297210. OLE color: 4297210.
HSL color Cylindrical-coordinate representation of color #FA9141: hue angle of 25.95º degrees, saturation: 0.95, 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 #FA9141 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 65 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.02 |
| HSL | 25.95º | 0.95% | 0.62% | - |
| HSV(B) | 25.95º | 0.74% | 0.98% | - |
| XYZ | 50.5 | 40.96 | 10.24 | - |
| YUV | 167.28 | 70.29 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 65 | 0 | 0.42 | 0.74 | 0.02 | 25.95 | 0.95 | 0.62 |
| Hex | FA | 91 | 41 | 0 | 2A | 4A | 2 | 1A | 5F | 3E |
| Octal | 372 | 221 | 101 | 0 | 52 | 112 | 2 | 32 | 137 | 76 |
| Binary | 11111010 | 10010001 | 1000001 | 0 | 101010 | 1001010 | 10 | 11010 | 1011111 | 111110 |
Color Harmonies of #FA9141
Complementary color
Monochromatic Colors of #FA9141
Black with #FA9141
Text Example
Text Example
White with #FA9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9141; }
p { color: rgb(250,145,65); }
H1.HeaderClassName
{
color: #FA9141;
}
.AnyTagClassName
{
color: #FA9141;
}
</style>
background-color css
<style>
a { background-color: #FA9141; }
a { background-color: rgb(250,145,65); }
div.DivClassName
{
background-color: #FA9141;
}
.BgClassName
{
background-color: #FA9141;
}
</style>
border-color css
<style>
span { border-color: #FA9141; }
span { border-color: rgb(250,145,65); }
td.TdClassName
{
border-color: #FA9141;
}
.TagClassName
{
border-color: #FA9141;
}
</style>