Shades of Gorse #FCDE28
Tints of Gorse #FCDE28
RGB
CMYK
RGB Variations
Color information
#FCDE28 (or 0xFCDE28) is known color: Gorse. HEX triplet: FC, DE and 28. RGB value is (252,222,40). Sum of RGB (Red+Green+Blue) = 252+222+40=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE28 is #0321D7. Grayscale: #D2D2D2. Windows color (decimal): -205272 or 2678524. OLE color: 2678524.
HSL color Cylindrical-coordinate representation of color #FCDE28: hue angle of 51.51º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCDE28 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 40 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.01 |
| HSL | 51.51º | 0.97% | 0.57% | - |
| HSV(B) | 51.51º | 0.84% | 0.99% | - |
| XYZ | 66.65 | 73.09 | 12.6 | - |
| YUV | 210.22 | 31.94 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 40 | 0 | 0.12 | 0.84 | 0.01 | 51.51 | 0.97 | 0.57 |
| Hex | FC | DE | 28 | 0 | C | 54 | 1 | 34 | 61 | 39 |
| Octal | 374 | 336 | 50 | 0 | 14 | 124 | 1 | 64 | 141 | 71 |
| Binary | 11111100 | 11011110 | 101000 | 0 | 1100 | 1010100 | 1 | 110100 | 1100001 | 111001 |
Color Harmonies of #FCDE28
Complementary color
Monochromatic Colors of #FCDE28
Black with #FCDE28
Text Example
Text Example
White with #FCDE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE28; }
p { color: rgb(252,222,40); }
H1.HeaderClassName
{
color: #FCDE28;
}
.AnyTagClassName
{
color: #FCDE28;
}
</style>
background-color css
<style>
a { background-color: #FCDE28; }
a { background-color: rgb(252,222,40); }
div.DivClassName
{
background-color: #FCDE28;
}
.BgClassName
{
background-color: #FCDE28;
}
</style>
border-color css
<style>
span { border-color: #FCDE28; }
span { border-color: rgb(252,222,40); }
td.TdClassName
{
border-color: #FCDE28;
}
.TagClassName
{
border-color: #FCDE28;
}
</style>