Shades of Gorse #FCDE33
Tints of Gorse #FCDE33
RGB
CMYK
RGB Variations
Color information
#FCDE33 (or 0xFCDE33) is known color: Gorse. HEX triplet: FC, DE and 33. RGB value is (252,222,51). Sum of RGB (Red+Green+Blue) = 252+222+51=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 51 (20.31% from 255 or 9.71% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE33 is #0321CC. Grayscale: #D4D4D4. Windows color (decimal): -205261 or 3399420. OLE color: 3399420.
HSL color Cylindrical-coordinate representation of color #FCDE33: hue angle of 51.04º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCDE33 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 51 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.01 |
| HSL | 51.04º | 0.97% | 0.59% | - |
| HSV(B) | 51.04º | 0.8% | 0.99% | - |
| XYZ | 66.86 | 73.18 | 13.73 | - |
| YUV | 211.48 | 37.44 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 51 | 0 | 0.12 | 0.80 | 0.01 | 51.04 | 0.97 | 0.59 |
| Hex | FC | DE | 33 | 0 | C | 50 | 1 | 33 | 61 | 3B |
| Octal | 374 | 336 | 63 | 0 | 14 | 120 | 1 | 63 | 141 | 73 |
| Binary | 11111100 | 11011110 | 110011 | 0 | 1100 | 1010000 | 1 | 110011 | 1100001 | 111011 |
Color Harmonies of #FCDE33
Complementary color
Monochromatic Colors of #FCDE33
Black with #FCDE33
Text Example
Text Example
White with #FCDE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE33; }
p { color: rgb(252,222,51); }
H1.HeaderClassName
{
color: #FCDE33;
}
.AnyTagClassName
{
color: #FCDE33;
}
</style>
background-color css
<style>
a { background-color: #FCDE33; }
a { background-color: rgb(252,222,51); }
div.DivClassName
{
background-color: #FCDE33;
}
.BgClassName
{
background-color: #FCDE33;
}
</style>
border-color css
<style>
span { border-color: #FCDE33; }
span { border-color: rgb(252,222,51); }
td.TdClassName
{
border-color: #FCDE33;
}
.TagClassName
{
border-color: #FCDE33;
}
</style>