Shades of Sea Buckthorn #F9924C
Tints of Sea Buckthorn #F9924C
RGB
CMYK
RGB Variations
Color information
#F9924C (or 0xF9924C) is known color: Sea Buckthorn. HEX triplet: F9, 92 and 4C. RGB value is (249,146,76). Sum of RGB (Red+Green+Blue) = 249+146+76=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9924C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9924C is #066DB3. Grayscale: #A9A9A9. Windows color (decimal): -421300 or 5018361. OLE color: 5018361.
HSL color Cylindrical-coordinate representation of color #F9924C: hue angle of 24.28º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9924C is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 76 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.02 |
| HSL | 24.28º | 0.94% | 0.64% | - |
| HSV(B) | 24.28º | 0.69% | 0.98% | - |
| XYZ | 50.65 | 41.22 | 12.12 | - |
| YUV | 168.82 | 75.62 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 76 | 0 | 0.41 | 0.69 | 0.02 | 24.28 | 0.94 | 0.64 |
| Hex | F9 | 92 | 4C | 0 | 29 | 45 | 2 | 18 | 5E | 40 |
| Octal | 371 | 222 | 114 | 0 | 51 | 105 | 2 | 30 | 136 | 100 |
| Binary | 11111001 | 10010010 | 1001100 | 0 | 101001 | 1000101 | 10 | 11000 | 1011110 | 1000000 |
Color Harmonies of #F9924C
Complementary color
Monochromatic Colors of #F9924C
Black with #F9924C
Text Example
Text Example
White with #F9924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9924C; }
p { color: rgb(249,146,76); }
H1.HeaderClassName
{
color: #F9924C;
}
.AnyTagClassName
{
color: #F9924C;
}
</style>
background-color css
<style>
a { background-color: #F9924C; }
a { background-color: rgb(249,146,76); }
div.DivClassName
{
background-color: #F9924C;
}
.BgClassName
{
background-color: #F9924C;
}
</style>
border-color css
<style>
span { border-color: #F9924C; }
span { border-color: rgb(249,146,76); }
td.TdClassName
{
border-color: #F9924C;
}
.TagClassName
{
border-color: #F9924C;
}
</style>