Shades of Sea Buckthorn #F6914A
Tints of Sea Buckthorn #F6914A
RGB
CMYK
RGB Variations
Color information
#F6914A (or 0xF6914A) is known color: Sea Buckthorn. HEX triplet: F6, 91 and 4A. RGB value is (246,145,74). Sum of RGB (Red+Green+Blue) = 246+145+74=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F6914A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6914A is #096EB5. Grayscale: #A7A7A7. Windows color (decimal): -618166 or 4887030. OLE color: 4887030.
HSL color Cylindrical-coordinate representation of color #F6914A: hue angle of 24.77º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6914A is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 74 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.04 |
| HSL | 24.77º | 0.91% | 0.63% | - |
| HSV(B) | 24.77º | 0.7% | 0.96% | - |
| XYZ | 49.37 | 40.34 | 11.66 | - |
| YUV | 167.11 | 75.46 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 74 | 0 | 0.41 | 0.70 | 0.04 | 24.77 | 0.91 | 0.63 |
| Hex | F6 | 91 | 4A | 0 | 29 | 46 | 4 | 19 | 5B | 3F |
| Octal | 366 | 221 | 112 | 0 | 51 | 106 | 4 | 31 | 133 | 77 |
| Binary | 11110110 | 10010001 | 1001010 | 0 | 101001 | 1000110 | 100 | 11001 | 1011011 | 111111 |
Color Harmonies of #F6914A
Complementary color
Monochromatic Colors of #F6914A
Black with #F6914A
Text Example
Text Example
White with #F6914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6914A; }
p { color: rgb(246,145,74); }
H1.HeaderClassName
{
color: #F6914A;
}
.AnyTagClassName
{
color: #F6914A;
}
</style>
background-color css
<style>
a { background-color: #F6914A; }
a { background-color: rgb(246,145,74); }
div.DivClassName
{
background-color: #F6914A;
}
.BgClassName
{
background-color: #F6914A;
}
</style>
border-color css
<style>
span { border-color: #F6914A; }
span { border-color: rgb(246,145,74); }
td.TdClassName
{
border-color: #F6914A;
}
.TagClassName
{
border-color: #F6914A;
}
</style>