Shades of Gorse #FCDF39
Tints of Gorse #FCDF39
RGB
CMYK
RGB Variations
Color information
#FCDF39 (or 0xFCDF39) is known color: Gorse. HEX triplet: FC, DF and 39. RGB value is (252,223,57). Sum of RGB (Red+Green+Blue) = 252+223+57=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 57 (22.66% from 255 or 10.71% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF39 is #0320C6. Grayscale: #D5D5D5. Windows color (decimal): -204999 or 3792892. OLE color: 3792892.
HSL color Cylindrical-coordinate representation of color #FCDF39: hue angle of 51.08º 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 #FCDF39 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 57 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.01 |
| HSL | 51.08º | 0.97% | 0.61% | - |
| HSV(B) | 51.08º | 0.77% | 0.99% | - |
| XYZ | 67.27 | 73.77 | 14.56 | - |
| YUV | 212.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 57 | 0 | 0.12 | 0.77 | 0.01 | 51.08 | 0.97 | 0.61 |
| Hex | FC | DF | 39 | 0 | C | 4D | 1 | 33 | 61 | 3D |
| Octal | 374 | 337 | 71 | 0 | 14 | 115 | 1 | 63 | 141 | 75 |
| Binary | 11111100 | 11011111 | 111001 | 0 | 1100 | 1001101 | 1 | 110011 | 1100001 | 111101 |
Color Harmonies of #FCDF39
Complementary color
Monochromatic Colors of #FCDF39
Black with #FCDF39
Text Example
Text Example
White with #FCDF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF39; }
p { color: rgb(252,223,57); }
H1.HeaderClassName
{
color: #FCDF39;
}
.AnyTagClassName
{
color: #FCDF39;
}
</style>
background-color css
<style>
a { background-color: #FCDF39; }
a { background-color: rgb(252,223,57); }
div.DivClassName
{
background-color: #FCDF39;
}
.BgClassName
{
background-color: #FCDF39;
}
</style>
border-color css
<style>
span { border-color: #FCDF39; }
span { border-color: rgb(252,223,57); }
td.TdClassName
{
border-color: #FCDF39;
}
.TagClassName
{
border-color: #FCDF39;
}
</style>