Shades of Sea Buckthorn #F5943F
Tints of Sea Buckthorn #F5943F
RGB
CMYK
RGB Variations
Color information
#F5943F (or 0xF5943F) is known color: Sea Buckthorn. HEX triplet: F5, 94 and 3F. RGB value is (245,148,63). Sum of RGB (Red+Green+Blue) = 245+148+63=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5943F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5943F is #0A6BC0. Grayscale: #A7A7A7. Windows color (decimal): -682945 or 4166901. OLE color: 4166901.
HSL color Cylindrical-coordinate representation of color #F5943F: hue angle of 28.02º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5943F is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 63 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.04 |
| HSL | 28.02º | 0.9% | 0.6% | - |
| HSV(B) | 28.02º | 0.74% | 0.96% | - |
| XYZ | 49.14 | 40.95 | 10.02 | - |
| YUV | 167.31 | 69.14 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 63 | 0 | 0.40 | 0.74 | 0.04 | 28.02 | 0.9 | 0.6 |
| Hex | F5 | 94 | 3F | 0 | 28 | 4A | 4 | 1C | 5A | 3C |
| Octal | 365 | 224 | 77 | 0 | 50 | 112 | 4 | 34 | 132 | 74 |
| Binary | 11110101 | 10010100 | 111111 | 0 | 101000 | 1001010 | 100 | 11100 | 1011010 | 111100 |
Color Harmonies of #F5943F
Complementary color
Monochromatic Colors of #F5943F
Black with #F5943F
Text Example
Text Example
White with #F5943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5943F; }
p { color: rgb(245,148,63); }
H1.HeaderClassName
{
color: #F5943F;
}
.AnyTagClassName
{
color: #F5943F;
}
</style>
background-color css
<style>
a { background-color: #F5943F; }
a { background-color: rgb(245,148,63); }
div.DivClassName
{
background-color: #F5943F;
}
.BgClassName
{
background-color: #F5943F;
}
</style>
border-color css
<style>
span { border-color: #F5943F; }
span { border-color: rgb(245,148,63); }
td.TdClassName
{
border-color: #F5943F;
}
.TagClassName
{
border-color: #F5943F;
}
</style>