Shades of Sea Buckthorn #F1934E
Tints of Sea Buckthorn #F1934E
RGB
CMYK
RGB Variations
Color information
#F1934E (or 0xF1934E) is known color: Sea Buckthorn. HEX triplet: F1, 93 and 4E. RGB value is (241,147,78). Sum of RGB (Red+Green+Blue) = 241+147+78=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1934E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1934E is #0E6CB1. Grayscale: #A7A7A7. Windows color (decimal): -945330 or 5149681. OLE color: 5149681.
HSL color Cylindrical-coordinate representation of color #F1934E: hue angle of 25.4º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1934E is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 78 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.05 |
| HSL | 25.4º | 0.85% | 0.63% | - |
| HSV(B) | 25.4º | 0.68% | 0.95% | - |
| XYZ | 48.08 | 40.12 | 12.42 | - |
| YUV | 167.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 78 | 0 | 0.39 | 0.68 | 0.05 | 25.4 | 0.85 | 0.63 |
| Hex | F1 | 93 | 4E | 0 | 27 | 44 | 5 | 19 | 55 | 3F |
| Octal | 361 | 223 | 116 | 0 | 47 | 104 | 5 | 31 | 125 | 77 |
| Binary | 11110001 | 10010011 | 1001110 | 0 | 100111 | 1000100 | 101 | 11001 | 1010101 | 111111 |
Color Harmonies of #F1934E
Complementary color
Monochromatic Colors of #F1934E
Black with #F1934E
Text Example
Text Example
White with #F1934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1934E; }
p { color: rgb(241,147,78); }
H1.HeaderClassName
{
color: #F1934E;
}
.AnyTagClassName
{
color: #F1934E;
}
</style>
background-color css
<style>
a { background-color: #F1934E; }
a { background-color: rgb(241,147,78); }
div.DivClassName
{
background-color: #F1934E;
}
.BgClassName
{
background-color: #F1934E;
}
</style>
border-color css
<style>
span { border-color: #F1934E; }
span { border-color: rgb(241,147,78); }
td.TdClassName
{
border-color: #F1934E;
}
.TagClassName
{
border-color: #F1934E;
}
</style>