Shades of Sea Buckthorn #F9924A
Tints of Sea Buckthorn #F9924A
RGB
CMYK
RGB Variations
Color information
#F9924A (or 0xF9924A) is known color: Sea Buckthorn. HEX triplet: F9, 92 and 4A. RGB value is (249,146,74). Sum of RGB (Red+Green+Blue) = 249+146+74=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9924A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9924A is #066DB5. Grayscale: #A8A8A8. Windows color (decimal): -421302 or 4887289. OLE color: 4887289.
HSL color Cylindrical-coordinate representation of color #F9924A: hue angle of 24.69º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9924A is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 74 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.02 |
| HSL | 24.69º | 0.94% | 0.63% | - |
| HSV(B) | 24.69º | 0.7% | 0.98% | - |
| XYZ | 50.58 | 41.19 | 11.76 | - |
| YUV | 168.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 74 | 0 | 0.41 | 0.70 | 0.02 | 24.69 | 0.94 | 0.63 |
| Hex | F9 | 92 | 4A | 0 | 29 | 46 | 2 | 19 | 5E | 3F |
| Octal | 371 | 222 | 112 | 0 | 51 | 106 | 2 | 31 | 136 | 77 |
| Binary | 11111001 | 10010010 | 1001010 | 0 | 101001 | 1000110 | 10 | 11001 | 1011110 | 111111 |
Color Harmonies of #F9924A
Complementary color
Monochromatic Colors of #F9924A
Black with #F9924A
Text Example
Text Example
White with #F9924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9924A; }
p { color: rgb(249,146,74); }
H1.HeaderClassName
{
color: #F9924A;
}
.AnyTagClassName
{
color: #F9924A;
}
</style>
background-color css
<style>
a { background-color: #F9924A; }
a { background-color: rgb(249,146,74); }
div.DivClassName
{
background-color: #F9924A;
}
.BgClassName
{
background-color: #F9924A;
}
</style>
border-color css
<style>
span { border-color: #F9924A; }
span { border-color: rgb(249,146,74); }
td.TdClassName
{
border-color: #F9924A;
}
.TagClassName
{
border-color: #F9924A;
}
</style>