Shades of Sea Buckthorn #F99440
Tints of Sea Buckthorn #F99440
RGB
CMYK
RGB Variations
Color information
#F99440 (or 0xF99440) is known color: Sea Buckthorn. HEX triplet: F9, 94 and 40. RGB value is (249,148,64). Sum of RGB (Red+Green+Blue) = 249+148+64=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F99440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99440 is #066BBF. Grayscale: #A9A9A9. Windows color (decimal): -420800 or 4232441. OLE color: 4232441.
HSL color Cylindrical-coordinate representation of color #F99440: hue angle of 27.24º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F99440 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 64 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.02 |
| HSL | 27.24º | 0.94% | 0.61% | - |
| HSV(B) | 27.24º | 0.74% | 0.98% | - |
| XYZ | 50.58 | 41.69 | 10.23 | - |
| YUV | 168.62 | 68.96 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 64 | 0 | 0.41 | 0.74 | 0.02 | 27.24 | 0.94 | 0.61 |
| Hex | F9 | 94 | 40 | 0 | 29 | 4A | 2 | 1B | 5E | 3D |
| Octal | 371 | 224 | 100 | 0 | 51 | 112 | 2 | 33 | 136 | 75 |
| Binary | 11111001 | 10010100 | 1000000 | 0 | 101001 | 1001010 | 10 | 11011 | 1011110 | 111101 |
Color Harmonies of #F99440
Complementary color
Monochromatic Colors of #F99440
Black with #F99440
Text Example
Text Example
White with #F99440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99440; }
p { color: rgb(249,148,64); }
H1.HeaderClassName
{
color: #F99440;
}
.AnyTagClassName
{
color: #F99440;
}
</style>
background-color css
<style>
a { background-color: #F99440; }
a { background-color: rgb(249,148,64); }
div.DivClassName
{
background-color: #F99440;
}
.BgClassName
{
background-color: #F99440;
}
</style>
border-color css
<style>
span { border-color: #F99440; }
span { border-color: rgb(249,148,64); }
td.TdClassName
{
border-color: #F99440;
}
.TagClassName
{
border-color: #F99440;
}
</style>