Shades of Sea Buckthorn #F69045
Tints of Sea Buckthorn #F69045
RGB
CMYK
RGB Variations
Color information
#F69045 (or 0xF69045) is known color: Sea Buckthorn. HEX triplet: F6, 90 and 45. RGB value is (246,144,69). Sum of RGB (Red+Green+Blue) = 246+144+69=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F69045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69045 is #096FBA. Grayscale: #A6A6A6. Windows color (decimal): -618427 or 4559094. OLE color: 4559094.
HSL color Cylindrical-coordinate representation of color #F69045: hue angle of 25.42º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F69045 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 69 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.04 |
| HSL | 25.42º | 0.91% | 0.62% | - |
| HSV(B) | 25.42º | 0.72% | 0.96% | - |
| XYZ | 49.05 | 39.97 | 10.76 | - |
| YUV | 165.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 69 | 0 | 0.41 | 0.72 | 0.04 | 25.42 | 0.91 | 0.62 |
| Hex | F6 | 90 | 45 | 0 | 29 | 48 | 4 | 19 | 5B | 3E |
| Octal | 366 | 220 | 105 | 0 | 51 | 110 | 4 | 31 | 133 | 76 |
| Binary | 11110110 | 10010000 | 1000101 | 0 | 101001 | 1001000 | 100 | 11001 | 1011011 | 111110 |
Color Harmonies of #F69045
Complementary color
Monochromatic Colors of #F69045
Black with #F69045
Text Example
Text Example
White with #F69045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69045; }
p { color: rgb(246,144,69); }
H1.HeaderClassName
{
color: #F69045;
}
.AnyTagClassName
{
color: #F69045;
}
</style>
background-color css
<style>
a { background-color: #F69045; }
a { background-color: rgb(246,144,69); }
div.DivClassName
{
background-color: #F69045;
}
.BgClassName
{
background-color: #F69045;
}
</style>
border-color css
<style>
span { border-color: #F69045; }
span { border-color: rgb(246,144,69); }
td.TdClassName
{
border-color: #F69045;
}
.TagClassName
{
border-color: #F69045;
}
</style>