Shades of Sea Buckthorn #F09652
Tints of Sea Buckthorn #F09652
RGB
CMYK
RGB Variations
Color information
#F09652 (or 0xF09652) is known color: Sea Buckthorn. HEX triplet: F0, 96 and 52. RGB value is (240,150,82). Sum of RGB (Red+Green+Blue) = 240+150+82=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F09652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09652 is #0F69AD. Grayscale: #A9A9A9. Windows color (decimal): -1010094 or 5412592. OLE color: 5412592.
HSL color Cylindrical-coordinate representation of color #F09652: hue angle of 25.82º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F09652 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 82 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.06 |
| HSL | 25.82º | 0.84% | 0.63% | - |
| HSV(B) | 25.82º | 0.66% | 0.94% | - |
| XYZ | 48.36 | 40.95 | 13.34 | - |
| YUV | 169.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 82 | 0 | 0.37 | 0.66 | 0.06 | 25.82 | 0.84 | 0.63 |
| Hex | F0 | 96 | 52 | 0 | 25 | 42 | 6 | 1A | 54 | 3F |
| Octal | 360 | 226 | 122 | 0 | 45 | 102 | 6 | 32 | 124 | 77 |
| Binary | 11110000 | 10010110 | 1010010 | 0 | 100101 | 1000010 | 110 | 11010 | 1010100 | 111111 |
Color Harmonies of #F09652
Complementary color
Monochromatic Colors of #F09652
Black with #F09652
Text Example
Text Example
White with #F09652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09652; }
p { color: rgb(240,150,82); }
H1.HeaderClassName
{
color: #F09652;
}
.AnyTagClassName
{
color: #F09652;
}
</style>
background-color css
<style>
a { background-color: #F09652; }
a { background-color: rgb(240,150,82); }
div.DivClassName
{
background-color: #F09652;
}
.BgClassName
{
background-color: #F09652;
}
</style>
border-color css
<style>
span { border-color: #F09652; }
span { border-color: rgb(240,150,82); }
td.TdClassName
{
border-color: #F09652;
}
.TagClassName
{
border-color: #F09652;
}
</style>