Shades of Sea Buckthorn #F3964A
Tints of Sea Buckthorn #F3964A
RGB
CMYK
RGB Variations
Color information
#F3964A (or 0xF3964A) is known color: Sea Buckthorn. HEX triplet: F3, 96 and 4A. RGB value is (243,150,74). Sum of RGB (Red+Green+Blue) = 243+150+74=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3964A is #0C69B5. Grayscale: #A9A9A9. Windows color (decimal): -813494 or 4888307. OLE color: 4888307.
HSL color Cylindrical-coordinate representation of color #F3964A: hue angle of 26.98º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F3964A is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 74 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.05 |
| HSL | 26.98º | 0.88% | 0.62% | - |
| HSV(B) | 26.98º | 0.7% | 0.95% | - |
| XYZ | 49.1 | 41.36 | 11.87 | - |
| YUV | 169.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 74 | 0 | 0.38 | 0.70 | 0.05 | 26.98 | 0.88 | 0.62 |
| Hex | F3 | 96 | 4A | 0 | 26 | 46 | 5 | 1B | 58 | 3E |
| Octal | 363 | 226 | 112 | 0 | 46 | 106 | 5 | 33 | 130 | 76 |
| Binary | 11110011 | 10010110 | 1001010 | 0 | 100110 | 1000110 | 101 | 11011 | 1011000 | 111110 |
Color Harmonies of #F3964A
Complementary color
Monochromatic Colors of #F3964A
Black with #F3964A
Text Example
Text Example
White with #F3964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3964A; }
p { color: rgb(243,150,74); }
H1.HeaderClassName
{
color: #F3964A;
}
.AnyTagClassName
{
color: #F3964A;
}
</style>
background-color css
<style>
a { background-color: #F3964A; }
a { background-color: rgb(243,150,74); }
div.DivClassName
{
background-color: #F3964A;
}
.BgClassName
{
background-color: #F3964A;
}
</style>
border-color css
<style>
span { border-color: #F3964A; }
span { border-color: rgb(243,150,74); }
td.TdClassName
{
border-color: #F3964A;
}
.TagClassName
{
border-color: #F3964A;
}
</style>