Shades of Sea Buckthorn #F1964C
Tints of Sea Buckthorn #F1964C
RGB
CMYK
RGB Variations
Color information
#F1964C (or 0xF1964C) is known color: Sea Buckthorn. HEX triplet: F1, 96 and 4C. RGB value is (241,150,76). Sum of RGB (Red+Green+Blue) = 241+150+76=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1964C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1964C is #0E69B3. Grayscale: #A9A9A9. Windows color (decimal): -944564 or 5019377. OLE color: 5019377.
HSL color Cylindrical-coordinate representation of color #F1964C: hue angle of 26.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1964C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 76 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.05 |
| HSL | 26.91º | 0.85% | 0.62% | - |
| HSV(B) | 26.91º | 0.68% | 0.95% | - |
| XYZ | 48.49 | 41.04 | 12.2 | - |
| YUV | 168.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 76 | 0 | 0.38 | 0.68 | 0.05 | 26.91 | 0.85 | 0.62 |
| Hex | F1 | 96 | 4C | 0 | 26 | 44 | 5 | 1B | 55 | 3E |
| Octal | 361 | 226 | 114 | 0 | 46 | 104 | 5 | 33 | 125 | 76 |
| Binary | 11110001 | 10010110 | 1001100 | 0 | 100110 | 1000100 | 101 | 11011 | 1010101 | 111110 |
Color Harmonies of #F1964C
Complementary color
Monochromatic Colors of #F1964C
Black with #F1964C
Text Example
Text Example
White with #F1964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1964C; }
p { color: rgb(241,150,76); }
H1.HeaderClassName
{
color: #F1964C;
}
.AnyTagClassName
{
color: #F1964C;
}
</style>
background-color css
<style>
a { background-color: #F1964C; }
a { background-color: rgb(241,150,76); }
div.DivClassName
{
background-color: #F1964C;
}
.BgClassName
{
background-color: #F1964C;
}
</style>
border-color css
<style>
span { border-color: #F1964C; }
span { border-color: rgb(241,150,76); }
td.TdClassName
{
border-color: #F1964C;
}
.TagClassName
{
border-color: #F1964C;
}
</style>