Shades of Sea Buckthorn #F09A55
Tints of Sea Buckthorn #F09A55
RGB
CMYK
RGB Variations
Color information
#F09A55 (or 0xF09A55) is known color: Sea Buckthorn. HEX triplet: F0, 9A and 55. RGB value is (240,154,85). Sum of RGB (Red+Green+Blue) = 240+154+85=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09A55 is #0F65AA. Grayscale: #ACACAC. Windows color (decimal): -1009067 or 5610224. OLE color: 5610224.
HSL color Cylindrical-coordinate representation of color #F09A55: hue angle of 26.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F09A55 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 85 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.06 |
| HSL | 26.71º | 0.84% | 0.64% | - |
| HSV(B) | 26.71º | 0.65% | 0.94% | - |
| XYZ | 49.13 | 42.29 | 14.17 | - |
| YUV | 171.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 85 | 0 | 0.36 | 0.65 | 0.06 | 26.71 | 0.84 | 0.64 |
| Hex | F0 | 9A | 55 | 0 | 24 | 41 | 6 | 1B | 54 | 40 |
| Octal | 360 | 232 | 125 | 0 | 44 | 101 | 6 | 33 | 124 | 100 |
| Binary | 11110000 | 10011010 | 1010101 | 0 | 100100 | 1000001 | 110 | 11011 | 1010100 | 1000000 |
Color Harmonies of #F09A55
Complementary color
Monochromatic Colors of #F09A55
Black with #F09A55
Text Example
Text Example
White with #F09A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A55; }
p { color: rgb(240,154,85); }
H1.HeaderClassName
{
color: #F09A55;
}
.AnyTagClassName
{
color: #F09A55;
}
</style>
background-color css
<style>
a { background-color: #F09A55; }
a { background-color: rgb(240,154,85); }
div.DivClassName
{
background-color: #F09A55;
}
.BgClassName
{
background-color: #F09A55;
}
</style>
border-color css
<style>
span { border-color: #F09A55; }
span { border-color: rgb(240,154,85); }
td.TdClassName
{
border-color: #F09A55;
}
.TagClassName
{
border-color: #F09A55;
}
</style>