Shades of Sea Buckthorn #F19D4B
Tints of Sea Buckthorn #F19D4B
RGB
CMYK
RGB Variations
Color information
#F19D4B (or 0xF19D4B) is known color: Sea Buckthorn. HEX triplet: F1, 9D and 4B. RGB value is (241,157,75). Sum of RGB (Red+Green+Blue) = 241+157+75=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19D4B is #0E62B4. Grayscale: #ADADAD. Windows color (decimal): -942773 or 4955633. OLE color: 4955633.
HSL color Cylindrical-coordinate representation of color #F19D4B: hue angle of 29.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F19D4B is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 75 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.05 |
| HSL | 29.64º | 0.86% | 0.62% | - |
| HSV(B) | 29.64º | 0.69% | 0.95% | - |
| XYZ | 49.6 | 43.32 | 12.4 | - |
| YUV | 172.77 | 72.83 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 75 | 0 | 0.35 | 0.69 | 0.05 | 29.64 | 0.86 | 0.62 |
| Hex | F1 | 9D | 4B | 0 | 23 | 45 | 5 | 1E | 56 | 3E |
| Octal | 361 | 235 | 113 | 0 | 43 | 105 | 5 | 36 | 126 | 76 |
| Binary | 11110001 | 10011101 | 1001011 | 0 | 100011 | 1000101 | 101 | 11110 | 1010110 | 111110 |
Color Harmonies of #F19D4B
Complementary color
Monochromatic Colors of #F19D4B
Black with #F19D4B
Text Example
Text Example
White with #F19D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D4B; }
p { color: rgb(241,157,75); }
H1.HeaderClassName
{
color: #F19D4B;
}
.AnyTagClassName
{
color: #F19D4B;
}
</style>
background-color css
<style>
a { background-color: #F19D4B; }
a { background-color: rgb(241,157,75); }
div.DivClassName
{
background-color: #F19D4B;
}
.BgClassName
{
background-color: #F19D4B;
}
</style>
border-color css
<style>
span { border-color: #F19D4B; }
span { border-color: rgb(241,157,75); }
td.TdClassName
{
border-color: #F19D4B;
}
.TagClassName
{
border-color: #F19D4B;
}
</style>