Shades of Sea Buckthorn #F6954A
Tints of Sea Buckthorn #F6954A
RGB
CMYK
RGB Variations
Color information
#F6954A (or 0xF6954A) is known color: Sea Buckthorn. HEX triplet: F6, 95 and 4A. RGB value is (246,149,74). Sum of RGB (Red+Green+Blue) = 246+149+74=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6954A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6954A is #096AB5. Grayscale: #A9A9A9. Windows color (decimal): -617142 or 4888054. OLE color: 4888054.
HSL color Cylindrical-coordinate representation of color #F6954A: hue angle of 26.16º 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 #F6954A is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 74 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.04 |
| HSL | 26.16º | 0.91% | 0.63% | - |
| HSV(B) | 26.16º | 0.7% | 0.96% | - |
| XYZ | 49.99 | 41.58 | 11.87 | - |
| YUV | 169.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 74 | 0 | 0.39 | 0.70 | 0.04 | 26.16 | 0.91 | 0.63 |
| Hex | F6 | 95 | 4A | 0 | 27 | 46 | 4 | 1A | 5B | 3F |
| Octal | 366 | 225 | 112 | 0 | 47 | 106 | 4 | 32 | 133 | 77 |
| Binary | 11110110 | 10010101 | 1001010 | 0 | 100111 | 1000110 | 100 | 11010 | 1011011 | 111111 |
Color Harmonies of #F6954A
Complementary color
Monochromatic Colors of #F6954A
Black with #F6954A
Text Example
Text Example
White with #F6954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6954A; }
p { color: rgb(246,149,74); }
H1.HeaderClassName
{
color: #F6954A;
}
.AnyTagClassName
{
color: #F6954A;
}
</style>
background-color css
<style>
a { background-color: #F6954A; }
a { background-color: rgb(246,149,74); }
div.DivClassName
{
background-color: #F6954A;
}
.BgClassName
{
background-color: #F6954A;
}
</style>
border-color css
<style>
span { border-color: #F6954A; }
span { border-color: rgb(246,149,74); }
td.TdClassName
{
border-color: #F6954A;
}
.TagClassName
{
border-color: #F6954A;
}
</style>