Shades of Sea Buckthorn #F1934D
Tints of Sea Buckthorn #F1934D
RGB
CMYK
RGB Variations
Color information
#F1934D (or 0xF1934D) is known color: Sea Buckthorn. HEX triplet: F1, 93 and 4D. RGB value is (241,147,77). Sum of RGB (Red+Green+Blue) = 241+147+77=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1934D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1934D is #0E6CB2. Grayscale: #A7A7A7. Windows color (decimal): -945331 or 5084145. OLE color: 5084145.
HSL color Cylindrical-coordinate representation of color #F1934D: hue angle of 25.61º 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 #F1934D is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 77 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.05 |
| HSL | 25.61º | 0.85% | 0.62% | - |
| HSV(B) | 25.61º | 0.68% | 0.95% | - |
| XYZ | 48.05 | 40.1 | 12.23 | - |
| YUV | 167.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 77 | 0 | 0.39 | 0.68 | 0.05 | 25.61 | 0.85 | 0.62 |
| Hex | F1 | 93 | 4D | 0 | 27 | 44 | 5 | 1A | 55 | 3E |
| Octal | 361 | 223 | 115 | 0 | 47 | 104 | 5 | 32 | 125 | 76 |
| Binary | 11110001 | 10010011 | 1001101 | 0 | 100111 | 1000100 | 101 | 11010 | 1010101 | 111110 |
Color Harmonies of #F1934D
Complementary color
Monochromatic Colors of #F1934D
Black with #F1934D
Text Example
Text Example
White with #F1934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1934D; }
p { color: rgb(241,147,77); }
H1.HeaderClassName
{
color: #F1934D;
}
.AnyTagClassName
{
color: #F1934D;
}
</style>
background-color css
<style>
a { background-color: #F1934D; }
a { background-color: rgb(241,147,77); }
div.DivClassName
{
background-color: #F1934D;
}
.BgClassName
{
background-color: #F1934D;
}
</style>
border-color css
<style>
span { border-color: #F1934D; }
span { border-color: rgb(241,147,77); }
td.TdClassName
{
border-color: #F1934D;
}
.TagClassName
{
border-color: #F1934D;
}
</style>