Shades of Gorse #F9DA41
Tints of Gorse #F9DA41
RGB
CMYK
RGB Variations
Color information
#F9DA41 (or 0xF9DA41) is known color: Gorse. HEX triplet: F9, DA and 41. RGB value is (249,218,65). Sum of RGB (Red+Green+Blue) = 249+218+65=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 65 (25.78% from 255 or 12.22% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DA41 is #0625BE. Grayscale: #D2D2D2. Windows color (decimal): -402879 or 4315897. OLE color: 4315897.
HSL color Cylindrical-coordinate representation of color #F9DA41: hue angle of 49.89º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9DA41 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 65 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.02 |
| HSL | 49.89º | 0.94% | 0.62% | - |
| HSV(B) | 49.89º | 0.74% | 0.98% | - |
| XYZ | 65.09 | 70.66 | 15.21 | - |
| YUV | 209.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 65 | 0 | 0.12 | 0.74 | 0.02 | 49.89 | 0.94 | 0.62 |
| Hex | F9 | DA | 41 | 0 | C | 4A | 2 | 32 | 5E | 3E |
| Octal | 371 | 332 | 101 | 0 | 14 | 112 | 2 | 62 | 136 | 76 |
| Binary | 11111001 | 11011010 | 1000001 | 0 | 1100 | 1001010 | 10 | 110010 | 1011110 | 111110 |
Color Harmonies of #F9DA41
Complementary color
Monochromatic Colors of #F9DA41
Black with #F9DA41
Text Example
Text Example
White with #F9DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA41; }
p { color: rgb(249,218,65); }
H1.HeaderClassName
{
color: #F9DA41;
}
.AnyTagClassName
{
color: #F9DA41;
}
</style>
background-color css
<style>
a { background-color: #F9DA41; }
a { background-color: rgb(249,218,65); }
div.DivClassName
{
background-color: #F9DA41;
}
.BgClassName
{
background-color: #F9DA41;
}
</style>
border-color css
<style>
span { border-color: #F9DA41; }
span { border-color: rgb(249,218,65); }
td.TdClassName
{
border-color: #F9DA41;
}
.TagClassName
{
border-color: #F9DA41;
}
</style>