Shades of Gorse #FCDD26
Tints of Gorse #FCDD26
RGB
CMYK
RGB Variations
Color information
#FCDD26 (or 0xFCDD26) is known color: Gorse. HEX triplet: FC, DD and 26. RGB value is (252,221,38). Sum of RGB (Red+Green+Blue) = 252+221+38=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 38 (15.23% from 255 or 7.44% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD26 is #0322D9. Grayscale: #D2D2D2. Windows color (decimal): -205530 or 2547196. OLE color: 2547196.
HSL color Cylindrical-coordinate representation of color #FCDD26: hue angle of 51.31º 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 #FCDD26 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 38 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.01 |
| HSL | 51.31º | 0.97% | 0.57% | - |
| HSV(B) | 51.31º | 0.85% | 0.99% | - |
| XYZ | 66.35 | 72.55 | 12.34 | - |
| YUV | 209.41 | 31.27 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 38 | 0 | 0.12 | 0.85 | 0.01 | 51.31 | 0.97 | 0.57 |
| Hex | FC | DD | 26 | 0 | C | 55 | 1 | 33 | 61 | 39 |
| Octal | 374 | 335 | 46 | 0 | 14 | 125 | 1 | 63 | 141 | 71 |
| Binary | 11111100 | 11011101 | 100110 | 0 | 1100 | 1010101 | 1 | 110011 | 1100001 | 111001 |
Color Harmonies of #FCDD26
Complementary color
Monochromatic Colors of #FCDD26
Black with #FCDD26
Text Example
Text Example
White with #FCDD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD26; }
p { color: rgb(252,221,38); }
H1.HeaderClassName
{
color: #FCDD26;
}
.AnyTagClassName
{
color: #FCDD26;
}
</style>
background-color css
<style>
a { background-color: #FCDD26; }
a { background-color: rgb(252,221,38); }
div.DivClassName
{
background-color: #FCDD26;
}
.BgClassName
{
background-color: #FCDD26;
}
</style>
border-color css
<style>
span { border-color: #FCDD26; }
span { border-color: rgb(252,221,38); }
td.TdClassName
{
border-color: #FCDD26;
}
.TagClassName
{
border-color: #FCDD26;
}
</style>