Shades of Gorse #F9D83D
Tints of Gorse #F9D83D
RGB
CMYK
RGB Variations
Color information
#F9D83D (or 0xF9D83D) is known color: Gorse. HEX triplet: F9, D8 and 3D. RGB value is (249,216,61). Sum of RGB (Red+Green+Blue) = 249+216+61=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D83D is #0627C2. Grayscale: #D0D0D0. Windows color (decimal): -403395 or 4053241. OLE color: 4053241.
HSL color Cylindrical-coordinate representation of color #F9D83D: hue angle of 49.47º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9D83D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 61 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.02 |
| HSL | 49.47º | 0.94% | 0.61% | - |
| HSV(B) | 49.47º | 0.76% | 0.98% | - |
| XYZ | 64.47 | 69.59 | 14.45 | - |
| YUV | 208.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 61 | 0 | 0.13 | 0.76 | 0.02 | 49.47 | 0.94 | 0.61 |
| Hex | F9 | D8 | 3D | 0 | D | 4C | 2 | 31 | 5E | 3D |
| Octal | 371 | 330 | 75 | 0 | 15 | 114 | 2 | 61 | 136 | 75 |
| Binary | 11111001 | 11011000 | 111101 | 0 | 1101 | 1001100 | 10 | 110001 | 1011110 | 111101 |
Color Harmonies of #F9D83D
Complementary color
Monochromatic Colors of #F9D83D
Black with #F9D83D
Text Example
Text Example
White with #F9D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D83D; }
p { color: rgb(249,216,61); }
H1.HeaderClassName
{
color: #F9D83D;
}
.AnyTagClassName
{
color: #F9D83D;
}
</style>
background-color css
<style>
a { background-color: #F9D83D; }
a { background-color: rgb(249,216,61); }
div.DivClassName
{
background-color: #F9D83D;
}
.BgClassName
{
background-color: #F9D83D;
}
</style>
border-color css
<style>
span { border-color: #F9D83D; }
span { border-color: rgb(249,216,61); }
td.TdClassName
{
border-color: #F9D83D;
}
.TagClassName
{
border-color: #F9D83D;
}
</style>