Shades of Gorse #FCDF40
Tints of Gorse #FCDF40
RGB
CMYK
RGB Variations
Color information
#FCDF40 (or 0xFCDF40) is known color: Gorse. HEX triplet: FC, DF and 40. RGB value is (252,223,64). Sum of RGB (Red+Green+Blue) = 252+223+64=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 64 (25.39% from 255 or 11.87% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF40 is #0320BF. Grayscale: #D6D6D6. Windows color (decimal): -204992 or 4251644. OLE color: 4251644.
HSL color Cylindrical-coordinate representation of color #FCDF40: hue angle of 50.74º 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 #FCDF40 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 64 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.01 |
| HSL | 50.74º | 0.97% | 0.62% | - |
| HSV(B) | 50.74º | 0.75% | 0.99% | - |
| XYZ | 67.46 | 73.84 | 15.55 | - |
| YUV | 213.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 64 | 0 | 0.12 | 0.75 | 0.01 | 50.74 | 0.97 | 0.62 |
| Hex | FC | DF | 40 | 0 | C | 4B | 1 | 33 | 61 | 3E |
| Octal | 374 | 337 | 100 | 0 | 14 | 113 | 1 | 63 | 141 | 76 |
| Binary | 11111100 | 11011111 | 1000000 | 0 | 1100 | 1001011 | 1 | 110011 | 1100001 | 111110 |
Color Harmonies of #FCDF40
Complementary color
Monochromatic Colors of #FCDF40
Black with #FCDF40
Text Example
Text Example
White with #FCDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF40; }
p { color: rgb(252,223,64); }
H1.HeaderClassName
{
color: #FCDF40;
}
.AnyTagClassName
{
color: #FCDF40;
}
</style>
background-color css
<style>
a { background-color: #FCDF40; }
a { background-color: rgb(252,223,64); }
div.DivClassName
{
background-color: #FCDF40;
}
.BgClassName
{
background-color: #FCDF40;
}
</style>
border-color css
<style>
span { border-color: #FCDF40; }
span { border-color: rgb(252,223,64); }
td.TdClassName
{
border-color: #FCDF40;
}
.TagClassName
{
border-color: #FCDF40;
}
</style>