Shades of Sea Buckthorn #F1954C
Tints of Sea Buckthorn #F1954C
RGB
CMYK
RGB Variations
Color information
#F1954C (or 0xF1954C) is known color: Sea Buckthorn. HEX triplet: F1, 95 and 4C. RGB value is (241,149,76). Sum of RGB (Red+Green+Blue) = 241+149+76=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1954C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1954C is #0E6AB3. Grayscale: #A8A8A8. Windows color (decimal): -944820 or 5019121. OLE color: 5019121.
HSL color Cylindrical-coordinate representation of color #F1954C: hue angle of 26.55º 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 #F1954C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 76 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.05 |
| HSL | 26.55º | 0.85% | 0.62% | - |
| HSV(B) | 26.55º | 0.68% | 0.95% | - |
| XYZ | 48.33 | 40.72 | 12.15 | - |
| YUV | 168.19 | 75.98 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 76 | 0 | 0.38 | 0.68 | 0.05 | 26.55 | 0.85 | 0.62 |
| Hex | F1 | 95 | 4C | 0 | 26 | 44 | 5 | 1B | 55 | 3E |
| Octal | 361 | 225 | 114 | 0 | 46 | 104 | 5 | 33 | 125 | 76 |
| Binary | 11110001 | 10010101 | 1001100 | 0 | 100110 | 1000100 | 101 | 11011 | 1010101 | 111110 |
Color Harmonies of #F1954C
Complementary color
Monochromatic Colors of #F1954C
Black with #F1954C
Text Example
Text Example
White with #F1954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1954C; }
p { color: rgb(241,149,76); }
H1.HeaderClassName
{
color: #F1954C;
}
.AnyTagClassName
{
color: #F1954C;
}
</style>
background-color css
<style>
a { background-color: #F1954C; }
a { background-color: rgb(241,149,76); }
div.DivClassName
{
background-color: #F1954C;
}
.BgClassName
{
background-color: #F1954C;
}
</style>
border-color css
<style>
span { border-color: #F1954C; }
span { border-color: rgb(241,149,76); }
td.TdClassName
{
border-color: #F1954C;
}
.TagClassName
{
border-color: #F1954C;
}
</style>