Shades of Gorse #FCDD27
Tints of Gorse #FCDD27
RGB
CMYK
RGB Variations
Color information
#FCDD27 (or 0xFCDD27) is known color: Gorse. HEX triplet: FC, DD and 27. RGB value is (252,221,39). Sum of RGB (Red+Green+Blue) = 252+221+39=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 39 (15.62% from 255 or 7.62% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD27 is #0322D8. Grayscale: #D2D2D2. Windows color (decimal): -205529 or 2612732. OLE color: 2612732.
HSL color Cylindrical-coordinate representation of color #FCDD27: hue angle of 51.27º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCDD27 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 39 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.01 |
| HSL | 51.27º | 0.97% | 0.57% | - |
| HSV(B) | 51.27º | 0.85% | 0.99% | - |
| XYZ | 66.37 | 72.55 | 12.43 | - |
| YUV | 209.52 | 31.77 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 39 | 0 | 0.12 | 0.85 | 0.01 | 51.27 | 0.97 | 0.57 |
| Hex | FC | DD | 27 | 0 | C | 55 | 1 | 33 | 61 | 39 |
| Octal | 374 | 335 | 47 | 0 | 14 | 125 | 1 | 63 | 141 | 71 |
| Binary | 11111100 | 11011101 | 100111 | 0 | 1100 | 1010101 | 1 | 110011 | 1100001 | 111001 |
Color Harmonies of #FCDD27
Complementary color
Monochromatic Colors of #FCDD27
Black with #FCDD27
Text Example
Text Example
White with #FCDD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD27; }
p { color: rgb(252,221,39); }
H1.HeaderClassName
{
color: #FCDD27;
}
.AnyTagClassName
{
color: #FCDD27;
}
</style>
background-color css
<style>
a { background-color: #FCDD27; }
a { background-color: rgb(252,221,39); }
div.DivClassName
{
background-color: #FCDD27;
}
.BgClassName
{
background-color: #FCDD27;
}
</style>
border-color css
<style>
span { border-color: #FCDD27; }
span { border-color: rgb(252,221,39); }
td.TdClassName
{
border-color: #FCDD27;
}
.TagClassName
{
border-color: #FCDD27;
}
</style>