Shades of Sea Buckthorn #F3963F
Tints of Sea Buckthorn #F3963F
RGB
CMYK
RGB Variations
Color information
#F3963F (or 0xF3963F) is known color: Sea Buckthorn. HEX triplet: F3, 96 and 3F. RGB value is (243,150,63). Sum of RGB (Red+Green+Blue) = 243+150+63=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F3963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3963F is #0C69C0. Grayscale: #A8A8A8. Windows color (decimal): -813505 or 4167411. OLE color: 4167411.
HSL color Cylindrical-coordinate representation of color #F3963F: hue angle of 29º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3963F is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 63 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.05 |
| HSL | 29º | 0.88% | 0.6% | - |
| HSV(B) | 29º | 0.74% | 0.95% | - |
| XYZ | 48.77 | 41.23 | 10.09 | - |
| YUV | 167.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 63 | 0 | 0.38 | 0.74 | 0.05 | 29 | 0.88 | 0.6 |
| Hex | F3 | 96 | 3F | 0 | 26 | 4A | 5 | 1D | 58 | 3C |
| Octal | 363 | 226 | 77 | 0 | 46 | 112 | 5 | 35 | 130 | 74 |
| Binary | 11110011 | 10010110 | 111111 | 0 | 100110 | 1001010 | 101 | 11101 | 1011000 | 111100 |
Color Harmonies of #F3963F
Complementary color
Monochromatic Colors of #F3963F
Black with #F3963F
Text Example
Text Example
White with #F3963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3963F; }
p { color: rgb(243,150,63); }
H1.HeaderClassName
{
color: #F3963F;
}
.AnyTagClassName
{
color: #F3963F;
}
</style>
background-color css
<style>
a { background-color: #F3963F; }
a { background-color: rgb(243,150,63); }
div.DivClassName
{
background-color: #F3963F;
}
.BgClassName
{
background-color: #F3963F;
}
</style>
border-color css
<style>
span { border-color: #F3963F; }
span { border-color: rgb(243,150,63); }
td.TdClassName
{
border-color: #F3963F;
}
.TagClassName
{
border-color: #F3963F;
}
</style>