Shades of Sea Buckthorn #F19C40
Tints of Sea Buckthorn #F19C40
RGB
CMYK
RGB Variations
Color information
#F19C40 (or 0xF19C40) is known color: Sea Buckthorn. HEX triplet: F1, 9C and 40. RGB value is (241,156,64). Sum of RGB (Red+Green+Blue) = 241+156+64=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19C40 is #0E63BF. Grayscale: #ABABAB. Windows color (decimal): -943040 or 4234481. OLE color: 4234481.
HSL color Cylindrical-coordinate representation of color #F19C40: hue angle of 31.19º 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 #F19C40 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 64 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.05 |
| HSL | 31.19º | 0.86% | 0.6% | - |
| HSV(B) | 31.19º | 0.73% | 0.95% | - |
| XYZ | 49.09 | 42.85 | 10.53 | - |
| YUV | 170.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 64 | 0 | 0.35 | 0.73 | 0.05 | 31.19 | 0.86 | 0.6 |
| Hex | F1 | 9C | 40 | 0 | 23 | 49 | 5 | 1F | 56 | 3C |
| Octal | 361 | 234 | 100 | 0 | 43 | 111 | 5 | 37 | 126 | 74 |
| Binary | 11110001 | 10011100 | 1000000 | 0 | 100011 | 1001001 | 101 | 11111 | 1010110 | 111100 |
Color Harmonies of #F19C40
Complementary color
Monochromatic Colors of #F19C40
Black with #F19C40
Text Example
Text Example
White with #F19C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C40; }
p { color: rgb(241,156,64); }
H1.HeaderClassName
{
color: #F19C40;
}
.AnyTagClassName
{
color: #F19C40;
}
</style>
background-color css
<style>
a { background-color: #F19C40; }
a { background-color: rgb(241,156,64); }
div.DivClassName
{
background-color: #F19C40;
}
.BgClassName
{
background-color: #F19C40;
}
</style>
border-color css
<style>
span { border-color: #F19C40; }
span { border-color: rgb(241,156,64); }
td.TdClassName
{
border-color: #F19C40;
}
.TagClassName
{
border-color: #F19C40;
}
</style>