Shades of Gorse #F9DC36
Tints of Gorse #F9DC36
RGB
CMYK
RGB Variations
Color information
#F9DC36 (or 0xF9DC36) is known color: Gorse. HEX triplet: F9, DC and 36. RGB value is (249,220,54). Sum of RGB (Red+Green+Blue) = 249+220+54=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 54 (21.48% from 255 or 10.33% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DC36 is #0623C9. Grayscale: #D2D2D2. Windows color (decimal): -402378 or 3595513. OLE color: 3595513.
HSL color Cylindrical-coordinate representation of color #F9DC36: hue angle of 51.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9DC36 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 54 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.02 |
| HSL | 51.08º | 0.94% | 0.59% | - |
| HSV(B) | 51.08º | 0.78% | 0.98% | - |
| XYZ | 65.33 | 71.59 | 13.87 | - |
| YUV | 209.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 54 | 0 | 0.12 | 0.78 | 0.02 | 51.08 | 0.94 | 0.59 |
| Hex | F9 | DC | 36 | 0 | C | 4E | 2 | 33 | 5E | 3B |
| Octal | 371 | 334 | 66 | 0 | 14 | 116 | 2 | 63 | 136 | 73 |
| Binary | 11111001 | 11011100 | 110110 | 0 | 1100 | 1001110 | 10 | 110011 | 1011110 | 111011 |
Color Harmonies of #F9DC36
Complementary color
Monochromatic Colors of #F9DC36
Black with #F9DC36
Text Example
Text Example
White with #F9DC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC36; }
p { color: rgb(249,220,54); }
H1.HeaderClassName
{
color: #F9DC36;
}
.AnyTagClassName
{
color: #F9DC36;
}
</style>
background-color css
<style>
a { background-color: #F9DC36; }
a { background-color: rgb(249,220,54); }
div.DivClassName
{
background-color: #F9DC36;
}
.BgClassName
{
background-color: #F9DC36;
}
</style>
border-color css
<style>
span { border-color: #F9DC36; }
span { border-color: rgb(249,220,54); }
td.TdClassName
{
border-color: #F9DC36;
}
.TagClassName
{
border-color: #F9DC36;
}
</style>