Shades of Gorse #FCDB3A
Tints of Gorse #FCDB3A
RGB
CMYK
RGB Variations
Color information
#FCDB3A (or 0xFCDB3A) is known color: Gorse. HEX triplet: FC, DB and 3A. RGB value is (252,219,58). Sum of RGB (Red+Green+Blue) = 252+219+58=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 58 (23.05% from 255 or 10.96% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB3A is #0324C5. Grayscale: #D3D3D3. Windows color (decimal): -206022 or 3857404. OLE color: 3857404.
HSL color Cylindrical-coordinate representation of color #FCDB3A: hue angle of 49.79º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCDB3A is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 58 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.01 |
| HSL | 49.79º | 0.97% | 0.61% | - |
| HSV(B) | 49.79º | 0.77% | 0.99% | - |
| XYZ | 66.24 | 71.66 | 14.34 | - |
| YUV | 210.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 58 | 0 | 0.13 | 0.77 | 0.01 | 49.79 | 0.97 | 0.61 |
| Hex | FC | DB | 3A | 0 | D | 4D | 1 | 32 | 61 | 3D |
| Octal | 374 | 333 | 72 | 0 | 15 | 115 | 1 | 62 | 141 | 75 |
| Binary | 11111100 | 11011011 | 111010 | 0 | 1101 | 1001101 | 1 | 110010 | 1100001 | 111101 |
Color Harmonies of #FCDB3A
Complementary color
Monochromatic Colors of #FCDB3A
Black with #FCDB3A
Text Example
Text Example
White with #FCDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB3A; }
p { color: rgb(252,219,58); }
H1.HeaderClassName
{
color: #FCDB3A;
}
.AnyTagClassName
{
color: #FCDB3A;
}
</style>
background-color css
<style>
a { background-color: #FCDB3A; }
a { background-color: rgb(252,219,58); }
div.DivClassName
{
background-color: #FCDB3A;
}
.BgClassName
{
background-color: #FCDB3A;
}
</style>
border-color css
<style>
span { border-color: #FCDB3A; }
span { border-color: rgb(252,219,58); }
td.TdClassName
{
border-color: #FCDB3A;
}
.TagClassName
{
border-color: #FCDB3A;
}
</style>