Shades of Gorse #FCDD2F
Tints of Gorse #FCDD2F
RGB
CMYK
RGB Variations
Color information
#FCDD2F (or 0xFCDD2F) is known color: Gorse. HEX triplet: FC, DD and 2F. RGB value is (252,221,47). Sum of RGB (Red+Green+Blue) = 252+221+47=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 47 (18.75% from 255 or 9.04% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD2F is #0322D0. Grayscale: #D3D3D3. Windows color (decimal): -205521 or 3137020. OLE color: 3137020.
HSL color Cylindrical-coordinate representation of color #FCDD2F: hue angle of 50.93º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCDD2F is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 47 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.01 |
| HSL | 50.93º | 0.97% | 0.59% | - |
| HSV(B) | 50.93º | 0.81% | 0.99% | - |
| XYZ | 66.51 | 72.61 | 13.2 | - |
| YUV | 210.43 | 35.77 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 47 | 0 | 0.12 | 0.81 | 0.01 | 50.93 | 0.97 | 0.59 |
| Hex | FC | DD | 2F | 0 | C | 51 | 1 | 33 | 61 | 3B |
| Octal | 374 | 335 | 57 | 0 | 14 | 121 | 1 | 63 | 141 | 73 |
| Binary | 11111100 | 11011101 | 101111 | 0 | 1100 | 1010001 | 1 | 110011 | 1100001 | 111011 |
Color Harmonies of #FCDD2F
Complementary color
Monochromatic Colors of #FCDD2F
Black with #FCDD2F
Text Example
Text Example
White with #FCDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD2F; }
p { color: rgb(252,221,47); }
H1.HeaderClassName
{
color: #FCDD2F;
}
.AnyTagClassName
{
color: #FCDD2F;
}
</style>
background-color css
<style>
a { background-color: #FCDD2F; }
a { background-color: rgb(252,221,47); }
div.DivClassName
{
background-color: #FCDD2F;
}
.BgClassName
{
background-color: #FCDD2F;
}
</style>
border-color css
<style>
span { border-color: #FCDD2F; }
span { border-color: rgb(252,221,47); }
td.TdClassName
{
border-color: #FCDD2F;
}
.TagClassName
{
border-color: #FCDD2F;
}
</style>