Shades of Gorse #FCDD2E
Tints of Gorse #FCDD2E
RGB
CMYK
RGB Variations
Color information
#FCDD2E (or 0xFCDD2E) is known color: Gorse. HEX triplet: FC, DD and 2E. RGB value is (252,221,46). Sum of RGB (Red+Green+Blue) = 252+221+46=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 46 (18.36% from 255 or 8.86% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD2E is #0322D1. Grayscale: #D3D3D3. Windows color (decimal): -205522 or 3071484. OLE color: 3071484.
HSL color Cylindrical-coordinate representation of color #FCDD2E: hue angle of 50.97º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCDD2E is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 46 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.01 |
| HSL | 50.97º | 0.97% | 0.58% | - |
| HSV(B) | 50.97º | 0.82% | 0.99% | - |
| XYZ | 66.49 | 72.61 | 13.09 | - |
| YUV | 210.32 | 35.27 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 46 | 0 | 0.12 | 0.82 | 0.01 | 50.97 | 0.97 | 0.58 |
| Hex | FC | DD | 2E | 0 | C | 52 | 1 | 33 | 61 | 3A |
| Octal | 374 | 335 | 56 | 0 | 14 | 122 | 1 | 63 | 141 | 72 |
| Binary | 11111100 | 11011101 | 101110 | 0 | 1100 | 1010010 | 1 | 110011 | 1100001 | 111010 |
Color Harmonies of #FCDD2E
Complementary color
Monochromatic Colors of #FCDD2E
Black with #FCDD2E
Text Example
Text Example
White with #FCDD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD2E; }
p { color: rgb(252,221,46); }
H1.HeaderClassName
{
color: #FCDD2E;
}
.AnyTagClassName
{
color: #FCDD2E;
}
</style>
background-color css
<style>
a { background-color: #FCDD2E; }
a { background-color: rgb(252,221,46); }
div.DivClassName
{
background-color: #FCDD2E;
}
.BgClassName
{
background-color: #FCDD2E;
}
</style>
border-color css
<style>
span { border-color: #FCDD2E; }
span { border-color: rgb(252,221,46); }
td.TdClassName
{
border-color: #FCDD2E;
}
.TagClassName
{
border-color: #FCDD2E;
}
</style>