Shades of Sea Buckthorn #F9934A
Tints of Sea Buckthorn #F9934A
RGB
CMYK
RGB Variations
Color information
#F9934A (or 0xF9934A) is known color: Sea Buckthorn. HEX triplet: F9, 93 and 4A. RGB value is (249,147,74). Sum of RGB (Red+Green+Blue) = 249+147+74=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9934A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9934A is #066CB5. Grayscale: #A9A9A9. Windows color (decimal): -421046 or 4887545. OLE color: 4887545.
HSL color Cylindrical-coordinate representation of color #F9934A: hue angle of 25.03º 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 #F9934A is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 74 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.02 |
| HSL | 25.03º | 0.94% | 0.63% | - |
| HSV(B) | 25.03º | 0.7% | 0.98% | - |
| XYZ | 50.74 | 41.5 | 11.82 | - |
| YUV | 169.18 | 74.29 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 74 | 0 | 0.41 | 0.70 | 0.02 | 25.03 | 0.94 | 0.63 |
| Hex | F9 | 93 | 4A | 0 | 29 | 46 | 2 | 19 | 5E | 3F |
| Octal | 371 | 223 | 112 | 0 | 51 | 106 | 2 | 31 | 136 | 77 |
| Binary | 11111001 | 10010011 | 1001010 | 0 | 101001 | 1000110 | 10 | 11001 | 1011110 | 111111 |
Color Harmonies of #F9934A
Complementary color
Monochromatic Colors of #F9934A
Black with #F9934A
Text Example
Text Example
White with #F9934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9934A; }
p { color: rgb(249,147,74); }
H1.HeaderClassName
{
color: #F9934A;
}
.AnyTagClassName
{
color: #F9934A;
}
</style>
background-color css
<style>
a { background-color: #F9934A; }
a { background-color: rgb(249,147,74); }
div.DivClassName
{
background-color: #F9934A;
}
.BgClassName
{
background-color: #F9934A;
}
</style>
border-color css
<style>
span { border-color: #F9934A; }
span { border-color: rgb(249,147,74); }
td.TdClassName
{
border-color: #F9934A;
}
.TagClassName
{
border-color: #F9934A;
}
</style>