Shades of Gorse #F9D730
Tints of Gorse #F9D730
RGB
CMYK
RGB Variations
Color information
#F9D730 (or 0xF9D730) is known color: Gorse. HEX triplet: F9, D7 and 30. RGB value is (249,215,48). Sum of RGB (Red+Green+Blue) = 249+215+48=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D730 is #0628CF. Grayscale: #CECECE. Windows color (decimal): -403664 or 3201017. OLE color: 3201017.
HSL color Cylindrical-coordinate representation of color #F9D730: hue angle of 49.85º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9D730 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 48 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.02 |
| HSL | 49.85º | 0.94% | 0.58% | - |
| HSV(B) | 49.85º | 0.81% | 0.98% | - |
| XYZ | 63.9 | 68.95 | 12.74 | - |
| YUV | 206.13 | 38.76 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 48 | 0 | 0.14 | 0.81 | 0.02 | 49.85 | 0.94 | 0.58 |
| Hex | F9 | D7 | 30 | 0 | E | 51 | 2 | 32 | 5E | 3A |
| Octal | 371 | 327 | 60 | 0 | 16 | 121 | 2 | 62 | 136 | 72 |
| Binary | 11111001 | 11010111 | 110000 | 0 | 1110 | 1010001 | 10 | 110010 | 1011110 | 111010 |
Color Harmonies of #F9D730
Complementary color
Monochromatic Colors of #F9D730
Black with #F9D730
Text Example
Text Example
White with #F9D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D730; }
p { color: rgb(249,215,48); }
H1.HeaderClassName
{
color: #F9D730;
}
.AnyTagClassName
{
color: #F9D730;
}
</style>
background-color css
<style>
a { background-color: #F9D730; }
a { background-color: rgb(249,215,48); }
div.DivClassName
{
background-color: #F9D730;
}
.BgClassName
{
background-color: #F9D730;
}
</style>
border-color css
<style>
span { border-color: #F9D730; }
span { border-color: rgb(249,215,48); }
td.TdClassName
{
border-color: #F9D730;
}
.TagClassName
{
border-color: #F9D730;
}
</style>