Shades of Gorse #FCDD44
Tints of Gorse #FCDD44
RGB
CMYK
RGB Variations
Color information
#FCDD44 (or 0xFCDD44) is known color: Gorse. HEX triplet: FC, DD and 44. RGB value is (252,221,68). Sum of RGB (Red+Green+Blue) = 252+221+68=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 68 (26.95% from 255 or 12.57% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD44 is #0322BB. Grayscale: #D5D5D5. Windows color (decimal): -205500 or 4513276. OLE color: 4513276.
HSL color Cylindrical-coordinate representation of color #FCDD44: hue angle of 49.89º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCDD44 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 68 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.01 |
| HSL | 49.89º | 0.97% | 0.63% | - |
| HSV(B) | 49.89º | 0.73% | 0.99% | - |
| XYZ | 67.04 | 72.83 | 15.99 | - |
| YUV | 212.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 68 | 0 | 0.12 | 0.73 | 0.01 | 49.89 | 0.97 | 0.63 |
| Hex | FC | DD | 44 | 0 | C | 49 | 1 | 32 | 61 | 3F |
| Octal | 374 | 335 | 104 | 0 | 14 | 111 | 1 | 62 | 141 | 77 |
| Binary | 11111100 | 11011101 | 1000100 | 0 | 1100 | 1001001 | 1 | 110010 | 1100001 | 111111 |
Color Harmonies of #FCDD44
Complementary color
Monochromatic Colors of #FCDD44
Black with #FCDD44
Text Example
Text Example
White with #FCDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD44; }
p { color: rgb(252,221,68); }
H1.HeaderClassName
{
color: #FCDD44;
}
.AnyTagClassName
{
color: #FCDD44;
}
</style>
background-color css
<style>
a { background-color: #FCDD44; }
a { background-color: rgb(252,221,68); }
div.DivClassName
{
background-color: #FCDD44;
}
.BgClassName
{
background-color: #FCDD44;
}
</style>
border-color css
<style>
span { border-color: #FCDD44; }
span { border-color: rgb(252,221,68); }
td.TdClassName
{
border-color: #FCDD44;
}
.TagClassName
{
border-color: #FCDD44;
}
</style>