Shades of Gorse #F9DC3A
Tints of Gorse #F9DC3A
RGB
CMYK
RGB Variations
Color information
#F9DC3A (or 0xF9DC3A) is known color: Gorse. HEX triplet: F9, DC and 3A. RGB value is (249,220,58). Sum of RGB (Red+Green+Blue) = 249+220+58=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 58 (23.05% from 255 or 11.01% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DC3A is #0623C5. Grayscale: #D2D2D2. Windows color (decimal): -402374 or 3857657. OLE color: 3857657.
HSL color Cylindrical-coordinate representation of color #F9DC3A: hue angle of 50.89º 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 #F9DC3A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.02 |
| HSL | 50.89º | 0.94% | 0.6% | - |
| HSV(B) | 50.89º | 0.77% | 0.98% | - |
| XYZ | 65.42 | 71.63 | 14.38 | - |
| YUV | 210.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 58 | 0 | 0.12 | 0.77 | 0.02 | 50.89 | 0.94 | 0.6 |
| Hex | F9 | DC | 3A | 0 | C | 4D | 2 | 33 | 5E | 3C |
| Octal | 371 | 334 | 72 | 0 | 14 | 115 | 2 | 63 | 136 | 74 |
| Binary | 11111001 | 11011100 | 111010 | 0 | 1100 | 1001101 | 10 | 110011 | 1011110 | 111100 |
Color Harmonies of #F9DC3A
Complementary color
Monochromatic Colors of #F9DC3A
Black with #F9DC3A
Text Example
Text Example
White with #F9DC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC3A; }
p { color: rgb(249,220,58); }
H1.HeaderClassName
{
color: #F9DC3A;
}
.AnyTagClassName
{
color: #F9DC3A;
}
</style>
background-color css
<style>
a { background-color: #F9DC3A; }
a { background-color: rgb(249,220,58); }
div.DivClassName
{
background-color: #F9DC3A;
}
.BgClassName
{
background-color: #F9DC3A;
}
</style>
border-color css
<style>
span { border-color: #F9DC3A; }
span { border-color: rgb(249,220,58); }
td.TdClassName
{
border-color: #F9DC3A;
}
.TagClassName
{
border-color: #F9DC3A;
}
</style>