Shades of Sea Buckthorn #F09454
Tints of Sea Buckthorn #F09454
RGB
CMYK
RGB Variations
Color information
#F09454 (or 0xF09454) is known color: Sea Buckthorn. HEX triplet: F0, 94 and 54. RGB value is (240,148,84). Sum of RGB (Red+Green+Blue) = 240+148+84=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F09454 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09454 is #0F6BAB. Grayscale: #A8A8A8. Windows color (decimal): -1010604 or 5543152. OLE color: 5543152.
HSL color Cylindrical-coordinate representation of color #F09454: hue angle of 24.62º 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 #F09454 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 84 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.06 |
| HSL | 24.62º | 0.84% | 0.64% | - |
| HSV(B) | 24.62º | 0.65% | 0.94% | - |
| XYZ | 48.13 | 40.35 | 13.64 | - |
| YUV | 168.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 84 | 0 | 0.38 | 0.65 | 0.06 | 24.62 | 0.84 | 0.64 |
| Hex | F0 | 94 | 54 | 0 | 26 | 41 | 6 | 19 | 54 | 40 |
| Octal | 360 | 224 | 124 | 0 | 46 | 101 | 6 | 31 | 124 | 100 |
| Binary | 11110000 | 10010100 | 1010100 | 0 | 100110 | 1000001 | 110 | 11001 | 1010100 | 1000000 |
Color Harmonies of #F09454
Complementary color
Monochromatic Colors of #F09454
Black with #F09454
Text Example
Text Example
White with #F09454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09454; }
p { color: rgb(240,148,84); }
H1.HeaderClassName
{
color: #F09454;
}
.AnyTagClassName
{
color: #F09454;
}
</style>
background-color css
<style>
a { background-color: #F09454; }
a { background-color: rgb(240,148,84); }
div.DivClassName
{
background-color: #F09454;
}
.BgClassName
{
background-color: #F09454;
}
</style>
border-color css
<style>
span { border-color: #F09454; }
span { border-color: rgb(240,148,84); }
td.TdClassName
{
border-color: #F09454;
}
.TagClassName
{
border-color: #F09454;
}
</style>