Shades of Sea Buckthorn #F19D4C
Tints of Sea Buckthorn #F19D4C
RGB
CMYK
RGB Variations
Color information
#F19D4C (or 0xF19D4C) is known color: Sea Buckthorn. HEX triplet: F1, 9D and 4C. RGB value is (241,157,76). Sum of RGB (Red+Green+Blue) = 241+157+76=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19D4C is #0E62B3. Grayscale: #ADADAD. Windows color (decimal): -942772 or 5021169. OLE color: 5021169.
HSL color Cylindrical-coordinate representation of color #F19D4C: hue angle of 29.45º 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 #F19D4C is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 76 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.05 |
| HSL | 29.45º | 0.85% | 0.62% | - |
| HSV(B) | 29.45º | 0.68% | 0.95% | - |
| XYZ | 49.64 | 43.34 | 12.59 | - |
| YUV | 172.88 | 73.33 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 76 | 0 | 0.35 | 0.68 | 0.05 | 29.45 | 0.85 | 0.62 |
| Hex | F1 | 9D | 4C | 0 | 23 | 44 | 5 | 1D | 55 | 3E |
| Octal | 361 | 235 | 114 | 0 | 43 | 104 | 5 | 35 | 125 | 76 |
| Binary | 11110001 | 10011101 | 1001100 | 0 | 100011 | 1000100 | 101 | 11101 | 1010101 | 111110 |
Color Harmonies of #F19D4C
Complementary color
Monochromatic Colors of #F19D4C
Black with #F19D4C
Text Example
Text Example
White with #F19D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D4C; }
p { color: rgb(241,157,76); }
H1.HeaderClassName
{
color: #F19D4C;
}
.AnyTagClassName
{
color: #F19D4C;
}
</style>
background-color css
<style>
a { background-color: #F19D4C; }
a { background-color: rgb(241,157,76); }
div.DivClassName
{
background-color: #F19D4C;
}
.BgClassName
{
background-color: #F19D4C;
}
</style>
border-color css
<style>
span { border-color: #F19D4C; }
span { border-color: rgb(241,157,76); }
td.TdClassName
{
border-color: #F19D4C;
}
.TagClassName
{
border-color: #F19D4C;
}
</style>