Shades of Sea Buckthorn #F99048
Tints of Sea Buckthorn #F99048
RGB
CMYK
RGB Variations
Color information
#F99048 (or 0xF99048) is known color: Sea Buckthorn. HEX triplet: F9, 90 and 48. RGB value is (249,144,72). Sum of RGB (Red+Green+Blue) = 249+144+72=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F99048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99048 is #066FB7. Grayscale: #A7A7A7. Windows color (decimal): -421816 or 4755705. OLE color: 4755705.
HSL color Cylindrical-coordinate representation of color #F99048: hue angle of 24.41º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F99048 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 72 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.02 |
| HSL | 24.41º | 0.94% | 0.63% | - |
| HSV(B) | 24.41º | 0.71% | 0.98% | - |
| XYZ | 50.21 | 40.55 | 11.31 | - |
| YUV | 167.19 | 74.29 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 72 | 0 | 0.42 | 0.71 | 0.02 | 24.41 | 0.94 | 0.63 |
| Hex | F9 | 90 | 48 | 0 | 2A | 47 | 2 | 18 | 5E | 3F |
| Octal | 371 | 220 | 110 | 0 | 52 | 107 | 2 | 30 | 136 | 77 |
| Binary | 11111001 | 10010000 | 1001000 | 0 | 101010 | 1000111 | 10 | 11000 | 1011110 | 111111 |
Color Harmonies of #F99048
Complementary color
Monochromatic Colors of #F99048
Black with #F99048
Text Example
Text Example
White with #F99048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99048; }
p { color: rgb(249,144,72); }
H1.HeaderClassName
{
color: #F99048;
}
.AnyTagClassName
{
color: #F99048;
}
</style>
background-color css
<style>
a { background-color: #F99048; }
a { background-color: rgb(249,144,72); }
div.DivClassName
{
background-color: #F99048;
}
.BgClassName
{
background-color: #F99048;
}
</style>
border-color css
<style>
span { border-color: #F99048; }
span { border-color: rgb(249,144,72); }
td.TdClassName
{
border-color: #F99048;
}
.TagClassName
{
border-color: #F99048;
}
</style>