Shades of Gorse #FCDF2D
Tints of Gorse #FCDF2D
RGB
CMYK
RGB Variations
Color information
#FCDF2D (or 0xFCDF2D) is known color: Gorse. HEX triplet: FC, DF and 2D. RGB value is (252,223,45). Sum of RGB (Red+Green+Blue) = 252+223+45=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF2D is #0320D2. Grayscale: #D4D4D4. Windows color (decimal): -205011 or 3006460. OLE color: 3006460.
HSL color Cylindrical-coordinate representation of color #FCDF2D: hue angle of 51.59º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCDF2D is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 45 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.01 |
| HSL | 51.59º | 0.97% | 0.58% | - |
| HSV(B) | 51.59º | 0.82% | 0.99% | - |
| XYZ | 67.01 | 73.66 | 13.17 | - |
| YUV | 211.38 | 34.11 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 45 | 0 | 0.12 | 0.82 | 0.01 | 51.59 | 0.97 | 0.58 |
| Hex | FC | DF | 2D | 0 | C | 52 | 1 | 34 | 61 | 3A |
| Octal | 374 | 337 | 55 | 0 | 14 | 122 | 1 | 64 | 141 | 72 |
| Binary | 11111100 | 11011111 | 101101 | 0 | 1100 | 1010010 | 1 | 110100 | 1100001 | 111010 |
Color Harmonies of #FCDF2D
Complementary color
Monochromatic Colors of #FCDF2D
Black with #FCDF2D
Text Example
Text Example
White with #FCDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF2D; }
p { color: rgb(252,223,45); }
H1.HeaderClassName
{
color: #FCDF2D;
}
.AnyTagClassName
{
color: #FCDF2D;
}
</style>
background-color css
<style>
a { background-color: #FCDF2D; }
a { background-color: rgb(252,223,45); }
div.DivClassName
{
background-color: #FCDF2D;
}
.BgClassName
{
background-color: #FCDF2D;
}
</style>
border-color css
<style>
span { border-color: #FCDF2D; }
span { border-color: rgb(252,223,45); }
td.TdClassName
{
border-color: #FCDF2D;
}
.TagClassName
{
border-color: #FCDF2D;
}
</style>