Shades of Sea Buckthorn #F19440
Tints of Sea Buckthorn #F19440
RGB
CMYK
RGB Variations
Color information
#F19440 (or 0xF19440) is known color: Sea Buckthorn. HEX triplet: F1, 94 and 40. RGB value is (241,148,64). Sum of RGB (Red+Green+Blue) = 241+148+64=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F19440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19440 is #0E6BBF. Grayscale: #A6A6A6. Windows color (decimal): -945088 or 4232433. OLE color: 4232433.
HSL color Cylindrical-coordinate representation of color #F19440: hue angle of 28.47º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F19440 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 64 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.05 |
| HSL | 28.47º | 0.86% | 0.6% | - |
| HSV(B) | 28.47º | 0.73% | 0.95% | - |
| XYZ | 47.79 | 40.25 | 10.1 | - |
| YUV | 166.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 64 | 0 | 0.39 | 0.73 | 0.05 | 28.47 | 0.86 | 0.6 |
| Hex | F1 | 94 | 40 | 0 | 27 | 49 | 5 | 1C | 56 | 3C |
| Octal | 361 | 224 | 100 | 0 | 47 | 111 | 5 | 34 | 126 | 74 |
| Binary | 11110001 | 10010100 | 1000000 | 0 | 100111 | 1001001 | 101 | 11100 | 1010110 | 111100 |
Color Harmonies of #F19440
Complementary color
Monochromatic Colors of #F19440
Black with #F19440
Text Example
Text Example
White with #F19440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19440; }
p { color: rgb(241,148,64); }
H1.HeaderClassName
{
color: #F19440;
}
.AnyTagClassName
{
color: #F19440;
}
</style>
background-color css
<style>
a { background-color: #F19440; }
a { background-color: rgb(241,148,64); }
div.DivClassName
{
background-color: #F19440;
}
.BgClassName
{
background-color: #F19440;
}
</style>
border-color css
<style>
span { border-color: #F19440; }
span { border-color: rgb(241,148,64); }
td.TdClassName
{
border-color: #F19440;
}
.TagClassName
{
border-color: #F19440;
}
</style>