Shades of Gorse #FCDD36
Tints of Gorse #FCDD36
RGB
CMYK
RGB Variations
Color information
#FCDD36 (or 0xFCDD36) is known color: Gorse. HEX triplet: FC, DD and 36. RGB value is (252,221,54). Sum of RGB (Red+Green+Blue) = 252+221+54=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 54 (21.48% from 255 or 10.25% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD36 is #0322C9. Grayscale: #D3D3D3. Windows color (decimal): -205514 or 3595772. OLE color: 3595772.
HSL color Cylindrical-coordinate representation of color #FCDD36: hue angle of 50.61º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCDD36 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 54 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.01 |
| HSL | 50.61º | 0.97% | 0.6% | - |
| HSV(B) | 50.61º | 0.79% | 0.99% | - |
| XYZ | 66.67 | 72.67 | 14 | - |
| YUV | 211.23 | 39.27 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 54 | 0 | 0.12 | 0.79 | 0.01 | 50.61 | 0.97 | 0.6 |
| Hex | FC | DD | 36 | 0 | C | 4F | 1 | 33 | 61 | 3C |
| Octal | 374 | 335 | 66 | 0 | 14 | 117 | 1 | 63 | 141 | 74 |
| Binary | 11111100 | 11011101 | 110110 | 0 | 1100 | 1001111 | 1 | 110011 | 1100001 | 111100 |
Color Harmonies of #FCDD36
Complementary color
Monochromatic Colors of #FCDD36
Black with #FCDD36
Text Example
Text Example
White with #FCDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD36; }
p { color: rgb(252,221,54); }
H1.HeaderClassName
{
color: #FCDD36;
}
.AnyTagClassName
{
color: #FCDD36;
}
</style>
background-color css
<style>
a { background-color: #FCDD36; }
a { background-color: rgb(252,221,54); }
div.DivClassName
{
background-color: #FCDD36;
}
.BgClassName
{
background-color: #FCDD36;
}
</style>
border-color css
<style>
span { border-color: #FCDD36; }
span { border-color: rgb(252,221,54); }
td.TdClassName
{
border-color: #FCDD36;
}
.TagClassName
{
border-color: #FCDD36;
}
</style>