Shades of Gorse #F9DA31
Tints of Gorse #F9DA31
RGB
CMYK
RGB Variations
Color information
#F9DA31 (or 0xF9DA31) is known color: Gorse. HEX triplet: F9, DA and 31. RGB value is (249,218,49). Sum of RGB (Red+Green+Blue) = 249+218+49=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 49 (19.53% from 255 or 9.50% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DA31 is #0625CE. Grayscale: #D0D0D0. Windows color (decimal): -402895 or 3267321. OLE color: 3267321.
HSL color Cylindrical-coordinate representation of color #F9DA31: hue angle of 50.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9DA31 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 49 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.02 |
| HSL | 50.7º | 0.94% | 0.58% | - |
| HSV(B) | 50.7º | 0.8% | 0.98% | - |
| XYZ | 64.69 | 70.5 | 13.1 | - |
| YUV | 208 | 38.27 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 49 | 0 | 0.12 | 0.80 | 0.02 | 50.7 | 0.94 | 0.58 |
| Hex | F9 | DA | 31 | 0 | C | 50 | 2 | 33 | 5E | 3A |
| Octal | 371 | 332 | 61 | 0 | 14 | 120 | 2 | 63 | 136 | 72 |
| Binary | 11111001 | 11011010 | 110001 | 0 | 1100 | 1010000 | 10 | 110011 | 1011110 | 111010 |
Color Harmonies of #F9DA31
Complementary color
Monochromatic Colors of #F9DA31
Black with #F9DA31
Text Example
Text Example
White with #F9DA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA31; }
p { color: rgb(249,218,49); }
H1.HeaderClassName
{
color: #F9DA31;
}
.AnyTagClassName
{
color: #F9DA31;
}
</style>
background-color css
<style>
a { background-color: #F9DA31; }
a { background-color: rgb(249,218,49); }
div.DivClassName
{
background-color: #F9DA31;
}
.BgClassName
{
background-color: #F9DA31;
}
</style>
border-color css
<style>
span { border-color: #F9DA31; }
span { border-color: rgb(249,218,49); }
td.TdClassName
{
border-color: #F9DA31;
}
.TagClassName
{
border-color: #F9DA31;
}
</style>