Shades of Gorse #F9DC39
Tints of Gorse #F9DC39
RGB
CMYK
RGB Variations
Color information
#F9DC39 (or 0xF9DC39) is known color: Gorse. HEX triplet: F9, DC and 39. RGB value is (249,220,57). Sum of RGB (Red+Green+Blue) = 249+220+57=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 57 (22.66% from 255 or 10.84% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DC39 is #0623C6. Grayscale: #D2D2D2. Windows color (decimal): -402375 or 3792121. OLE color: 3792121.
HSL color Cylindrical-coordinate representation of color #F9DC39: hue angle of 50.94º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9DC39 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 57 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.02 |
| HSL | 50.94º | 0.94% | 0.6% | - |
| HSV(B) | 50.94º | 0.77% | 0.98% | - |
| XYZ | 65.4 | 71.62 | 14.25 | - |
| YUV | 210.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 57 | 0 | 0.12 | 0.77 | 0.02 | 50.94 | 0.94 | 0.6 |
| Hex | F9 | DC | 39 | 0 | C | 4D | 2 | 33 | 5E | 3C |
| Octal | 371 | 334 | 71 | 0 | 14 | 115 | 2 | 63 | 136 | 74 |
| Binary | 11111001 | 11011100 | 111001 | 0 | 1100 | 1001101 | 10 | 110011 | 1011110 | 111100 |
Color Harmonies of #F9DC39
Complementary color
Monochromatic Colors of #F9DC39
Black with #F9DC39
Text Example
Text Example
White with #F9DC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC39; }
p { color: rgb(249,220,57); }
H1.HeaderClassName
{
color: #F9DC39;
}
.AnyTagClassName
{
color: #F9DC39;
}
</style>
background-color css
<style>
a { background-color: #F9DC39; }
a { background-color: rgb(249,220,57); }
div.DivClassName
{
background-color: #F9DC39;
}
.BgClassName
{
background-color: #F9DC39;
}
</style>
border-color css
<style>
span { border-color: #F9DC39; }
span { border-color: rgb(249,220,57); }
td.TdClassName
{
border-color: #F9DC39;
}
.TagClassName
{
border-color: #F9DC39;
}
</style>