Shades of Sea Buckthorn #F9904A
Tints of Sea Buckthorn #F9904A
RGB
CMYK
RGB Variations
Color information
#F9904A (or 0xF9904A) is known color: Sea Buckthorn. HEX triplet: F9, 90 and 4A. RGB value is (249,144,74). Sum of RGB (Red+Green+Blue) = 249+144+74=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F9904A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9904A is #066FB5. Grayscale: #A7A7A7. Windows color (decimal): -421814 or 4886777. OLE color: 4886777.
HSL color Cylindrical-coordinate representation of color #F9904A: hue angle of 24º 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 #F9904A is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 74 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.02 |
| HSL | 24º | 0.94% | 0.63% | - |
| HSV(B) | 24º | 0.7% | 0.98% | - |
| XYZ | 50.28 | 40.58 | 11.66 | - |
| YUV | 167.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 74 | 0 | 0.42 | 0.70 | 0.02 | 24 | 0.94 | 0.63 |
| Hex | F9 | 90 | 4A | 0 | 2A | 46 | 2 | 18 | 5E | 3F |
| Octal | 371 | 220 | 112 | 0 | 52 | 106 | 2 | 30 | 136 | 77 |
| Binary | 11111001 | 10010000 | 1001010 | 0 | 101010 | 1000110 | 10 | 11000 | 1011110 | 111111 |
Color Harmonies of #F9904A
Complementary color
Monochromatic Colors of #F9904A
Black with #F9904A
Text Example
Text Example
White with #F9904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9904A; }
p { color: rgb(249,144,74); }
H1.HeaderClassName
{
color: #F9904A;
}
.AnyTagClassName
{
color: #F9904A;
}
</style>
background-color css
<style>
a { background-color: #F9904A; }
a { background-color: rgb(249,144,74); }
div.DivClassName
{
background-color: #F9904A;
}
.BgClassName
{
background-color: #F9904A;
}
</style>
border-color css
<style>
span { border-color: #F9904A; }
span { border-color: rgb(249,144,74); }
td.TdClassName
{
border-color: #F9904A;
}
.TagClassName
{
border-color: #F9904A;
}
</style>