Shades of Gorse #F9DD36
Tints of Gorse #F9DD36
RGB
CMYK
RGB Variations
Color information
#F9DD36 (or 0xF9DD36) is known color: Gorse. HEX triplet: F9, DD and 36. RGB value is (249,221,54). Sum of RGB (Red+Green+Blue) = 249+221+54=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 54 (21.48% from 255 or 10.31% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DD36 is #0622C9. Grayscale: #D3D3D3. Windows color (decimal): -402122 or 3595769. OLE color: 3595769.
HSL color Cylindrical-coordinate representation of color #F9DD36: hue angle of 51.38º 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 #F9DD36 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 54 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.02 |
| HSL | 51.38º | 0.94% | 0.59% | - |
| HSV(B) | 51.38º | 0.78% | 0.98% | - |
| XYZ | 65.59 | 72.12 | 13.95 | - |
| YUV | 210.33 | 39.78 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 54 | 0 | 0.11 | 0.78 | 0.02 | 51.38 | 0.94 | 0.59 |
| Hex | F9 | DD | 36 | 0 | B | 4E | 2 | 33 | 5E | 3B |
| Octal | 371 | 335 | 66 | 0 | 13 | 116 | 2 | 63 | 136 | 73 |
| Binary | 11111001 | 11011101 | 110110 | 0 | 1011 | 1001110 | 10 | 110011 | 1011110 | 111011 |
Color Harmonies of #F9DD36
Complementary color
Monochromatic Colors of #F9DD36
Black with #F9DD36
Text Example
Text Example
White with #F9DD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD36; }
p { color: rgb(249,221,54); }
H1.HeaderClassName
{
color: #F9DD36;
}
.AnyTagClassName
{
color: #F9DD36;
}
</style>
background-color css
<style>
a { background-color: #F9DD36; }
a { background-color: rgb(249,221,54); }
div.DivClassName
{
background-color: #F9DD36;
}
.BgClassName
{
background-color: #F9DD36;
}
</style>
border-color css
<style>
span { border-color: #F9DD36; }
span { border-color: rgb(249,221,54); }
td.TdClassName
{
border-color: #F9DD36;
}
.TagClassName
{
border-color: #F9DD36;
}
</style>