Shades of Gorse #FCDA40
Tints of Gorse #FCDA40
RGB
CMYK
RGB Variations
Color information
#FCDA40 (or 0xFCDA40) is known color: Gorse. HEX triplet: FC, DA and 40. RGB value is (252,218,64). Sum of RGB (Red+Green+Blue) = 252+218+64=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA40 is #0325BF. Grayscale: #D3D3D3. Windows color (decimal): -206272 or 4250364. OLE color: 4250364.
HSL color Cylindrical-coordinate representation of color #FCDA40: hue angle of 49.15º 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 #FCDA40 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 64 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.01 |
| HSL | 49.15º | 0.97% | 0.62% | - |
| HSV(B) | 49.15º | 0.75% | 0.99% | - |
| XYZ | 66.14 | 71.21 | 15.11 | - |
| YUV | 210.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 64 | 0 | 0.13 | 0.75 | 0.01 | 49.15 | 0.97 | 0.62 |
| Hex | FC | DA | 40 | 0 | D | 4B | 1 | 31 | 61 | 3E |
| Octal | 374 | 332 | 100 | 0 | 15 | 113 | 1 | 61 | 141 | 76 |
| Binary | 11111100 | 11011010 | 1000000 | 0 | 1101 | 1001011 | 1 | 110001 | 1100001 | 111110 |
Color Harmonies of #FCDA40
Complementary color
Monochromatic Colors of #FCDA40
Black with #FCDA40
Text Example
Text Example
White with #FCDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA40; }
p { color: rgb(252,218,64); }
H1.HeaderClassName
{
color: #FCDA40;
}
.AnyTagClassName
{
color: #FCDA40;
}
</style>
background-color css
<style>
a { background-color: #FCDA40; }
a { background-color: rgb(252,218,64); }
div.DivClassName
{
background-color: #FCDA40;
}
.BgClassName
{
background-color: #FCDA40;
}
</style>
border-color css
<style>
span { border-color: #FCDA40; }
span { border-color: rgb(252,218,64); }
td.TdClassName
{
border-color: #FCDA40;
}
.TagClassName
{
border-color: #FCDA40;
}
</style>