Shades of Sea Buckthorn #F09553
Tints of Sea Buckthorn #F09553
RGB
CMYK
RGB Variations
Color information
#F09553 (or 0xF09553) is known color: Sea Buckthorn. HEX triplet: F0, 95 and 53. RGB value is (240,149,83). Sum of RGB (Red+Green+Blue) = 240+149+83=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F09553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09553 is #0F6AAC. Grayscale: #A9A9A9. Windows color (decimal): -1010349 or 5477872. OLE color: 5477872.
HSL color Cylindrical-coordinate representation of color #F09553: hue angle of 25.22º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F09553 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 83 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.06 |
| HSL | 25.22º | 0.84% | 0.63% | - |
| HSV(B) | 25.22º | 0.65% | 0.94% | - |
| XYZ | 48.24 | 40.64 | 13.49 | - |
| YUV | 168.69 | 79.65 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 83 | 0 | 0.38 | 0.65 | 0.06 | 25.22 | 0.84 | 0.63 |
| Hex | F0 | 95 | 53 | 0 | 26 | 41 | 6 | 19 | 54 | 3F |
| Octal | 360 | 225 | 123 | 0 | 46 | 101 | 6 | 31 | 124 | 77 |
| Binary | 11110000 | 10010101 | 1010011 | 0 | 100110 | 1000001 | 110 | 11001 | 1010100 | 111111 |
Color Harmonies of #F09553
Complementary color
Monochromatic Colors of #F09553
Black with #F09553
Text Example
Text Example
White with #F09553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09553; }
p { color: rgb(240,149,83); }
H1.HeaderClassName
{
color: #F09553;
}
.AnyTagClassName
{
color: #F09553;
}
</style>
background-color css
<style>
a { background-color: #F09553; }
a { background-color: rgb(240,149,83); }
div.DivClassName
{
background-color: #F09553;
}
.BgClassName
{
background-color: #F09553;
}
</style>
border-color css
<style>
span { border-color: #F09553; }
span { border-color: rgb(240,149,83); }
td.TdClassName
{
border-color: #F09553;
}
.TagClassName
{
border-color: #F09553;
}
</style>