Shades of Gorse #FCDD32
Tints of Gorse #FCDD32
RGB
CMYK
RGB Variations
Color information
#FCDD32 (or 0xFCDD32) is known color: Gorse. HEX triplet: FC, DD and 32. RGB value is (252,221,50). Sum of RGB (Red+Green+Blue) = 252+221+50=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD32 is #0322CD. Grayscale: #D3D3D3. Windows color (decimal): -205518 or 3333628. OLE color: 3333628.
HSL color Cylindrical-coordinate representation of color #FCDD32: hue angle of 50.79º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCDD32 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 50 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.01 |
| HSL | 50.79º | 0.97% | 0.59% | - |
| HSV(B) | 50.79º | 0.8% | 0.99% | - |
| XYZ | 66.58 | 72.64 | 13.53 | - |
| YUV | 210.78 | 37.27 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 50 | 0 | 0.12 | 0.80 | 0.01 | 50.79 | 0.97 | 0.59 |
| Hex | FC | DD | 32 | 0 | C | 50 | 1 | 33 | 61 | 3B |
| Octal | 374 | 335 | 62 | 0 | 14 | 120 | 1 | 63 | 141 | 73 |
| Binary | 11111100 | 11011101 | 110010 | 0 | 1100 | 1010000 | 1 | 110011 | 1100001 | 111011 |
Color Harmonies of #FCDD32
Complementary color
Monochromatic Colors of #FCDD32
Black with #FCDD32
Text Example
Text Example
White with #FCDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD32; }
p { color: rgb(252,221,50); }
H1.HeaderClassName
{
color: #FCDD32;
}
.AnyTagClassName
{
color: #FCDD32;
}
</style>
background-color css
<style>
a { background-color: #FCDD32; }
a { background-color: rgb(252,221,50); }
div.DivClassName
{
background-color: #FCDD32;
}
.BgClassName
{
background-color: #FCDD32;
}
</style>
border-color css
<style>
span { border-color: #FCDD32; }
span { border-color: rgb(252,221,50); }
td.TdClassName
{
border-color: #FCDD32;
}
.TagClassName
{
border-color: #FCDD32;
}
</style>