Shades of Gorse #FCDD2A
Tints of Gorse #FCDD2A
RGB
CMYK
RGB Variations
Color information
#FCDD2A (or 0xFCDD2A) is known color: Gorse. HEX triplet: FC, DD and 2A. RGB value is (252,221,42). Sum of RGB (Red+Green+Blue) = 252+221+42=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 42 (16.80% from 255 or 8.16% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD2A is #0322D5. Grayscale: #D2D2D2. Windows color (decimal): -205526 or 2809340. OLE color: 2809340.
HSL color Cylindrical-coordinate representation of color #FCDD2A: hue angle of 51.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCDD2A is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 42 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.01 |
| HSL | 51.14º | 0.97% | 0.58% | - |
| HSV(B) | 51.14º | 0.83% | 0.99% | - |
| XYZ | 66.42 | 72.58 | 12.7 | - |
| YUV | 209.86 | 33.27 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 42 | 0 | 0.12 | 0.83 | 0.01 | 51.14 | 0.97 | 0.58 |
| Hex | FC | DD | 2A | 0 | C | 53 | 1 | 33 | 61 | 3A |
| Octal | 374 | 335 | 52 | 0 | 14 | 123 | 1 | 63 | 141 | 72 |
| Binary | 11111100 | 11011101 | 101010 | 0 | 1100 | 1010011 | 1 | 110011 | 1100001 | 111010 |
Color Harmonies of #FCDD2A
Complementary color
Monochromatic Colors of #FCDD2A
Black with #FCDD2A
Text Example
Text Example
White with #FCDD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD2A; }
p { color: rgb(252,221,42); }
H1.HeaderClassName
{
color: #FCDD2A;
}
.AnyTagClassName
{
color: #FCDD2A;
}
</style>
background-color css
<style>
a { background-color: #FCDD2A; }
a { background-color: rgb(252,221,42); }
div.DivClassName
{
background-color: #FCDD2A;
}
.BgClassName
{
background-color: #FCDD2A;
}
</style>
border-color css
<style>
span { border-color: #FCDD2A; }
span { border-color: rgb(252,221,42); }
td.TdClassName
{
border-color: #FCDD2A;
}
.TagClassName
{
border-color: #FCDD2A;
}
</style>