Shades of Gorse #FCDD38
Tints of Gorse #FCDD38
RGB
CMYK
RGB Variations
Color information
#FCDD38 (or 0xFCDD38) is known color: Gorse. HEX triplet: FC, DD and 38. RGB value is (252,221,56). Sum of RGB (Red+Green+Blue) = 252+221+56=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 56 (22.27% from 255 or 10.59% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD38 is #0322C7. Grayscale: #D4D4D4. Windows color (decimal): -205512 or 3726844. OLE color: 3726844.
HSL color Cylindrical-coordinate representation of color #FCDD38: hue angle of 50.51º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCDD38 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 56 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.01 |
| HSL | 50.51º | 0.97% | 0.6% | - |
| HSV(B) | 50.51º | 0.78% | 0.99% | - |
| XYZ | 66.72 | 72.69 | 14.26 | - |
| YUV | 211.46 | 40.27 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 56 | 0 | 0.12 | 0.78 | 0.01 | 50.51 | 0.97 | 0.6 |
| Hex | FC | DD | 38 | 0 | C | 4E | 1 | 33 | 61 | 3C |
| Octal | 374 | 335 | 70 | 0 | 14 | 116 | 1 | 63 | 141 | 74 |
| Binary | 11111100 | 11011101 | 111000 | 0 | 1100 | 1001110 | 1 | 110011 | 1100001 | 111100 |
Color Harmonies of #FCDD38
Complementary color
Monochromatic Colors of #FCDD38
Black with #FCDD38
Text Example
Text Example
White with #FCDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD38; }
p { color: rgb(252,221,56); }
H1.HeaderClassName
{
color: #FCDD38;
}
.AnyTagClassName
{
color: #FCDD38;
}
</style>
background-color css
<style>
a { background-color: #FCDD38; }
a { background-color: rgb(252,221,56); }
div.DivClassName
{
background-color: #FCDD38;
}
.BgClassName
{
background-color: #FCDD38;
}
</style>
border-color css
<style>
span { border-color: #FCDD38; }
span { border-color: rgb(252,221,56); }
td.TdClassName
{
border-color: #FCDD38;
}
.TagClassName
{
border-color: #FCDD38;
}
</style>