Shades of Sea Buckthorn #F6914C
Tints of Sea Buckthorn #F6914C
RGB
CMYK
RGB Variations
Color information
#F6914C (or 0xF6914C) is known color: Sea Buckthorn. HEX triplet: F6, 91 and 4C. RGB value is (246,145,76). Sum of RGB (Red+Green+Blue) = 246+145+76=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6914C is #096EB3. Grayscale: #A7A7A7. Windows color (decimal): -618164 or 5018102. OLE color: 5018102.
HSL color Cylindrical-coordinate representation of color #F6914C: hue angle of 24.35º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6914C is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 76 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.04 |
| HSL | 24.35º | 0.9% | 0.63% | - |
| HSV(B) | 24.35º | 0.69% | 0.96% | - |
| XYZ | 49.44 | 40.37 | 12.02 | - |
| YUV | 167.33 | 76.46 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 76 | 0 | 0.41 | 0.69 | 0.04 | 24.35 | 0.9 | 0.63 |
| Hex | F6 | 91 | 4C | 0 | 29 | 45 | 4 | 18 | 5A | 3F |
| Octal | 366 | 221 | 114 | 0 | 51 | 105 | 4 | 30 | 132 | 77 |
| Binary | 11110110 | 10010001 | 1001100 | 0 | 101001 | 1000101 | 100 | 11000 | 1011010 | 111111 |
Color Harmonies of #F6914C
Complementary color
Monochromatic Colors of #F6914C
Black with #F6914C
Text Example
Text Example
White with #F6914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6914C; }
p { color: rgb(246,145,76); }
H1.HeaderClassName
{
color: #F6914C;
}
.AnyTagClassName
{
color: #F6914C;
}
</style>
background-color css
<style>
a { background-color: #F6914C; }
a { background-color: rgb(246,145,76); }
div.DivClassName
{
background-color: #F6914C;
}
.BgClassName
{
background-color: #F6914C;
}
</style>
border-color css
<style>
span { border-color: #F6914C; }
span { border-color: rgb(246,145,76); }
td.TdClassName
{
border-color: #F6914C;
}
.TagClassName
{
border-color: #F6914C;
}
</style>