Shades of Gorse #FCDB29
Tints of Gorse #FCDB29
RGB
CMYK
RGB Variations
Color information
#FCDB29 (or 0xFCDB29) is known color: Gorse. HEX triplet: FC, DB and 29. RGB value is (252,219,41). Sum of RGB (Red+Green+Blue) = 252+219+41=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 41 (16.41% from 255 or 8.01% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB29 is #0324D6. Grayscale: #D1D1D1. Windows color (decimal): -206039 or 2743292. OLE color: 2743292.
HSL color Cylindrical-coordinate representation of color #FCDB29: hue angle of 50.62º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCDB29 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 41 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.01 |
| HSL | 50.62º | 0.97% | 0.57% | - |
| HSV(B) | 50.62º | 0.84% | 0.99% | - |
| XYZ | 65.88 | 71.52 | 12.43 | - |
| YUV | 208.58 | 33.43 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 41 | 0 | 0.13 | 0.84 | 0.01 | 50.62 | 0.97 | 0.57 |
| Hex | FC | DB | 29 | 0 | D | 54 | 1 | 33 | 61 | 39 |
| Octal | 374 | 333 | 51 | 0 | 15 | 124 | 1 | 63 | 141 | 71 |
| Binary | 11111100 | 11011011 | 101001 | 0 | 1101 | 1010100 | 1 | 110011 | 1100001 | 111001 |
Color Harmonies of #FCDB29
Complementary color
Monochromatic Colors of #FCDB29
Black with #FCDB29
Text Example
Text Example
White with #FCDB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB29; }
p { color: rgb(252,219,41); }
H1.HeaderClassName
{
color: #FCDB29;
}
.AnyTagClassName
{
color: #FCDB29;
}
</style>
background-color css
<style>
a { background-color: #FCDB29; }
a { background-color: rgb(252,219,41); }
div.DivClassName
{
background-color: #FCDB29;
}
.BgClassName
{
background-color: #FCDB29;
}
</style>
border-color css
<style>
span { border-color: #FCDB29; }
span { border-color: rgb(252,219,41); }
td.TdClassName
{
border-color: #FCDB29;
}
.TagClassName
{
border-color: #FCDB29;
}
</style>