Shades of Sea Buckthorn #F1994C
Tints of Sea Buckthorn #F1994C
RGB
CMYK
RGB Variations
Color information
#F1994C (or 0xF1994C) is known color: Sea Buckthorn. HEX triplet: F1, 99 and 4C. RGB value is (241,153,76). Sum of RGB (Red+Green+Blue) = 241+153+76=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1994C is #0E66B3. Grayscale: #AAAAAA. Windows color (decimal): -943796 or 5020145. OLE color: 5020145.
HSL color Cylindrical-coordinate representation of color #F1994C: hue angle of 28º 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 #F1994C is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 76 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.05 |
| HSL | 28º | 0.85% | 0.62% | - |
| HSV(B) | 28º | 0.68% | 0.95% | - |
| XYZ | 48.97 | 42.01 | 12.36 | - |
| YUV | 170.53 | 74.65 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 76 | 0 | 0.37 | 0.68 | 0.05 | 28 | 0.85 | 0.62 |
| Hex | F1 | 99 | 4C | 0 | 25 | 44 | 5 | 1C | 55 | 3E |
| Octal | 361 | 231 | 114 | 0 | 45 | 104 | 5 | 34 | 125 | 76 |
| Binary | 11110001 | 10011001 | 1001100 | 0 | 100101 | 1000100 | 101 | 11100 | 1010101 | 111110 |
Color Harmonies of #F1994C
Complementary color
Monochromatic Colors of #F1994C
Black with #F1994C
Text Example
Text Example
White with #F1994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1994C; }
p { color: rgb(241,153,76); }
H1.HeaderClassName
{
color: #F1994C;
}
.AnyTagClassName
{
color: #F1994C;
}
</style>
background-color css
<style>
a { background-color: #F1994C; }
a { background-color: rgb(241,153,76); }
div.DivClassName
{
background-color: #F1994C;
}
.BgClassName
{
background-color: #F1994C;
}
</style>
border-color css
<style>
span { border-color: #F1994C; }
span { border-color: rgb(241,153,76); }
td.TdClassName
{
border-color: #F1994C;
}
.TagClassName
{
border-color: #F1994C;
}
</style>