Shades of Gorse #FADB29
Tints of Gorse #FADB29
RGB
CMYK
RGB Variations
Color information
#FADB29 (or 0xFADB29) is known color: Gorse. HEX triplet: FA, DB and 29. RGB value is (250,219,41). Sum of RGB (Red+Green+Blue) = 250+219+41=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 41 (16.41% from 255 or 8.04% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB29 is #0524D6. Grayscale: #D0D0D0. Windows color (decimal): -337111 or 2743290. OLE color: 2743290.
HSL color Cylindrical-coordinate representation of color #FADB29: hue angle of 51.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FADB29 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 41 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.02 |
| HSL | 51.1º | 0.95% | 0.57% | - |
| HSV(B) | 51.1º | 0.84% | 0.98% | - |
| XYZ | 65.16 | 71.15 | 12.4 | - |
| YUV | 207.98 | 33.77 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 41 | 0 | 0.12 | 0.84 | 0.02 | 51.1 | 0.95 | 0.57 |
| Hex | FA | DB | 29 | 0 | C | 54 | 2 | 33 | 5F | 39 |
| Octal | 372 | 333 | 51 | 0 | 14 | 124 | 2 | 63 | 137 | 71 |
| Binary | 11111010 | 11011011 | 101001 | 0 | 1100 | 1010100 | 10 | 110011 | 1011111 | 111001 |
Color Harmonies of #FADB29
Complementary color
Monochromatic Colors of #FADB29
Black with #FADB29
Text Example
Text Example
White with #FADB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB29; }
p { color: rgb(250,219,41); }
H1.HeaderClassName
{
color: #FADB29;
}
.AnyTagClassName
{
color: #FADB29;
}
</style>
background-color css
<style>
a { background-color: #FADB29; }
a { background-color: rgb(250,219,41); }
div.DivClassName
{
background-color: #FADB29;
}
.BgClassName
{
background-color: #FADB29;
}
</style>
border-color css
<style>
span { border-color: #FADB29; }
span { border-color: rgb(250,219,41); }
td.TdClassName
{
border-color: #FADB29;
}
.TagClassName
{
border-color: #FADB29;
}
</style>