Shades of Gorse #F9DD2A
Tints of Gorse #F9DD2A
RGB
CMYK
RGB Variations
Color information
#F9DD2A (or 0xF9DD2A) is known color: Gorse. HEX triplet: F9, DD and 2A. RGB value is (249,221,42). Sum of RGB (Red+Green+Blue) = 249+221+42=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DD2A is #0622D5. Grayscale: #D1D1D1. Windows color (decimal): -402134 or 2809337. OLE color: 2809337.
HSL color Cylindrical-coordinate representation of color #F9DD2A: hue angle of 51.88º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9DD2A is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 42 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.02 |
| HSL | 51.88º | 0.95% | 0.57% | - |
| HSV(B) | 51.88º | 0.83% | 0.98% | - |
| XYZ | 65.34 | 72.02 | 12.65 | - |
| YUV | 208.97 | 33.78 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 42 | 0 | 0.11 | 0.83 | 0.02 | 51.88 | 0.95 | 0.57 |
| Hex | F9 | DD | 2A | 0 | B | 53 | 2 | 34 | 5F | 39 |
| Octal | 371 | 335 | 52 | 0 | 13 | 123 | 2 | 64 | 137 | 71 |
| Binary | 11111001 | 11011101 | 101010 | 0 | 1011 | 1010011 | 10 | 110100 | 1011111 | 111001 |
Color Harmonies of #F9DD2A
Complementary color
Monochromatic Colors of #F9DD2A
Black with #F9DD2A
Text Example
Text Example
White with #F9DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD2A; }
p { color: rgb(249,221,42); }
H1.HeaderClassName
{
color: #F9DD2A;
}
.AnyTagClassName
{
color: #F9DD2A;
}
</style>
background-color css
<style>
a { background-color: #F9DD2A; }
a { background-color: rgb(249,221,42); }
div.DivClassName
{
background-color: #F9DD2A;
}
.BgClassName
{
background-color: #F9DD2A;
}
</style>
border-color css
<style>
span { border-color: #F9DD2A; }
span { border-color: rgb(249,221,42); }
td.TdClassName
{
border-color: #F9DD2A;
}
.TagClassName
{
border-color: #F9DD2A;
}
</style>