Shades of Gorse #F9DA3A
Tints of Gorse #F9DA3A
RGB
CMYK
RGB Variations
Color information
#F9DA3A (or 0xF9DA3A) is known color: Gorse. HEX triplet: F9, DA and 3A. RGB value is (249,218,58). Sum of RGB (Red+Green+Blue) = 249+218+58=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DA3A is #0625C5. Grayscale: #D1D1D1. Windows color (decimal): -402886 or 3857145. OLE color: 3857145.
HSL color Cylindrical-coordinate representation of color #F9DA3A: hue angle of 50.26º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9DA3A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.02 |
| HSL | 50.26º | 0.94% | 0.6% | - |
| HSV(B) | 50.26º | 0.77% | 0.98% | - |
| XYZ | 64.9 | 70.59 | 14.21 | - |
| YUV | 209.03 | 42.77 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 58 | 0 | 0.12 | 0.77 | 0.02 | 50.26 | 0.94 | 0.6 |
| Hex | F9 | DA | 3A | 0 | C | 4D | 2 | 32 | 5E | 3C |
| Octal | 371 | 332 | 72 | 0 | 14 | 115 | 2 | 62 | 136 | 74 |
| Binary | 11111001 | 11011010 | 111010 | 0 | 1100 | 1001101 | 10 | 110010 | 1011110 | 111100 |
Color Harmonies of #F9DA3A
Complementary color
Monochromatic Colors of #F9DA3A
Black with #F9DA3A
Text Example
Text Example
White with #F9DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA3A; }
p { color: rgb(249,218,58); }
H1.HeaderClassName
{
color: #F9DA3A;
}
.AnyTagClassName
{
color: #F9DA3A;
}
</style>
background-color css
<style>
a { background-color: #F9DA3A; }
a { background-color: rgb(249,218,58); }
div.DivClassName
{
background-color: #F9DA3A;
}
.BgClassName
{
background-color: #F9DA3A;
}
</style>
border-color css
<style>
span { border-color: #F9DA3A; }
span { border-color: rgb(249,218,58); }
td.TdClassName
{
border-color: #F9DA3A;
}
.TagClassName
{
border-color: #F9DA3A;
}
</style>