Shades of Sea Buckthorn #F09448
Tints of Sea Buckthorn #F09448
RGB
CMYK
RGB Variations
Color information
#F09448 (or 0xF09448) is known color: Sea Buckthorn. HEX triplet: F0, 94 and 48. RGB value is (240,148,72). Sum of RGB (Red+Green+Blue) = 240+148+72=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F09448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09448 is #0F6BB7. Grayscale: #A7A7A7. Windows color (decimal): -1010616 or 4756720. OLE color: 4756720.
HSL color Cylindrical-coordinate representation of color #F09448: hue angle of 27.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F09448 is Cyan = 0, Magento = 0.38, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 72 | - |
| CMYK | 0 | 0.38 | 0.7 | 0.06 |
| HSL | 27.14º | 0.85% | 0.61% | - |
| HSV(B) | 27.14º | 0.7% | 0.94% | - |
| XYZ | 47.69 | 40.17 | 11.37 | - |
| YUV | 166.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 72 | 0 | 0.38 | 0.7 | 0.06 | 27.14 | 0.85 | 0.61 |
| Hex | F0 | 94 | 48 | 0 | 26 | 46 | 6 | 1B | 55 | 3D |
| Octal | 360 | 224 | 110 | 0 | 46 | 106 | 6 | 33 | 125 | 75 |
| Binary | 11110000 | 10010100 | 1001000 | 0 | 100110 | 1000110 | 110 | 11011 | 1010101 | 111101 |
Color Harmonies of #F09448
Complementary color
Monochromatic Colors of #F09448
Black with #F09448
Text Example
Text Example
White with #F09448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09448; }
p { color: rgb(240,148,72); }
H1.HeaderClassName
{
color: #F09448;
}
.AnyTagClassName
{
color: #F09448;
}
</style>
background-color css
<style>
a { background-color: #F09448; }
a { background-color: rgb(240,148,72); }
div.DivClassName
{
background-color: #F09448;
}
.BgClassName
{
background-color: #F09448;
}
</style>
border-color css
<style>
span { border-color: #F09448; }
span { border-color: rgb(240,148,72); }
td.TdClassName
{
border-color: #F09448;
}
.TagClassName
{
border-color: #F09448;
}
</style>