Shades of Gorse #FCDB40
Tints of Gorse #FCDB40
RGB
CMYK
RGB Variations
Color information
#FCDB40 (or 0xFCDB40) is known color: Gorse. HEX triplet: FC, DB and 40. RGB value is (252,219,64). Sum of RGB (Red+Green+Blue) = 252+219+64=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB40 is #0324BF. Grayscale: #D3D3D3. Windows color (decimal): -206016 or 4250620. OLE color: 4250620.
HSL color Cylindrical-coordinate representation of color #FCDB40: hue angle of 49.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCDB40 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 64 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.01 |
| HSL | 49.47º | 0.97% | 0.62% | - |
| HSV(B) | 49.47º | 0.75% | 0.99% | - |
| XYZ | 66.4 | 71.73 | 15.2 | - |
| YUV | 211.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 64 | 0 | 0.13 | 0.75 | 0.01 | 49.47 | 0.97 | 0.62 |
| Hex | FC | DB | 40 | 0 | D | 4B | 1 | 31 | 61 | 3E |
| Octal | 374 | 333 | 100 | 0 | 15 | 113 | 1 | 61 | 141 | 76 |
| Binary | 11111100 | 11011011 | 1000000 | 0 | 1101 | 1001011 | 1 | 110001 | 1100001 | 111110 |
Color Harmonies of #FCDB40
Complementary color
Monochromatic Colors of #FCDB40
Black with #FCDB40
Text Example
Text Example
White with #FCDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB40; }
p { color: rgb(252,219,64); }
H1.HeaderClassName
{
color: #FCDB40;
}
.AnyTagClassName
{
color: #FCDB40;
}
</style>
background-color css
<style>
a { background-color: #FCDB40; }
a { background-color: rgb(252,219,64); }
div.DivClassName
{
background-color: #FCDB40;
}
.BgClassName
{
background-color: #FCDB40;
}
</style>
border-color css
<style>
span { border-color: #FCDB40; }
span { border-color: rgb(252,219,64); }
td.TdClassName
{
border-color: #FCDB40;
}
.TagClassName
{
border-color: #FCDB40;
}
</style>