Shades of Gorse #F9DC43
Tints of Gorse #F9DC43
RGB
CMYK
RGB Variations
Color information
#F9DC43 (or 0xF9DC43) is known color: Gorse. HEX triplet: F9, DC and 43. RGB value is (249,220,67). Sum of RGB (Red+Green+Blue) = 249+220+67=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 67 (26.56% from 255 or 12.5% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DC43 is #0623BC. Grayscale: #D3D3D3. Windows color (decimal): -402365 or 4447481. OLE color: 4447481.
HSL color Cylindrical-coordinate representation of color #F9DC43: hue angle of 50.44º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9DC43 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 67 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.02 |
| HSL | 50.44º | 0.94% | 0.62% | - |
| HSV(B) | 50.44º | 0.73% | 0.98% | - |
| XYZ | 65.67 | 71.73 | 15.69 | - |
| YUV | 211.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 67 | 0 | 0.12 | 0.73 | 0.02 | 50.44 | 0.94 | 0.62 |
| Hex | F9 | DC | 43 | 0 | C | 49 | 2 | 32 | 5E | 3E |
| Octal | 371 | 334 | 103 | 0 | 14 | 111 | 2 | 62 | 136 | 76 |
| Binary | 11111001 | 11011100 | 1000011 | 0 | 1100 | 1001001 | 10 | 110010 | 1011110 | 111110 |
Color Harmonies of #F9DC43
Complementary color
Monochromatic Colors of #F9DC43
Black with #F9DC43
Text Example
Text Example
White with #F9DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC43; }
p { color: rgb(249,220,67); }
H1.HeaderClassName
{
color: #F9DC43;
}
.AnyTagClassName
{
color: #F9DC43;
}
</style>
background-color css
<style>
a { background-color: #F9DC43; }
a { background-color: rgb(249,220,67); }
div.DivClassName
{
background-color: #F9DC43;
}
.BgClassName
{
background-color: #F9DC43;
}
</style>
border-color css
<style>
span { border-color: #F9DC43; }
span { border-color: rgb(249,220,67); }
td.TdClassName
{
border-color: #F9DC43;
}
.TagClassName
{
border-color: #F9DC43;
}
</style>