Shades of Gorse #FCDF2F
Tints of Gorse #FCDF2F
RGB
CMYK
RGB Variations
Color information
#FCDF2F (or 0xFCDF2F) is known color: Gorse. HEX triplet: FC, DF and 2F. RGB value is (252,223,47). Sum of RGB (Red+Green+Blue) = 252+223+47=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 47 (18.75% from 255 or 9.00% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF2F is #0320D0. Grayscale: #D4D4D4. Windows color (decimal): -205009 or 3137532. OLE color: 3137532.
HSL color Cylindrical-coordinate representation of color #FCDF2F: hue angle of 51.51º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCDF2F is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 47 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.01 |
| HSL | 51.51º | 0.97% | 0.59% | - |
| HSV(B) | 51.51º | 0.81% | 0.99% | - |
| XYZ | 67.05 | 73.68 | 13.38 | - |
| YUV | 211.61 | 35.11 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 47 | 0 | 0.12 | 0.81 | 0.01 | 51.51 | 0.97 | 0.59 |
| Hex | FC | DF | 2F | 0 | C | 51 | 1 | 34 | 61 | 3B |
| Octal | 374 | 337 | 57 | 0 | 14 | 121 | 1 | 64 | 141 | 73 |
| Binary | 11111100 | 11011111 | 101111 | 0 | 1100 | 1010001 | 1 | 110100 | 1100001 | 111011 |
Color Harmonies of #FCDF2F
Complementary color
Monochromatic Colors of #FCDF2F
Black with #FCDF2F
Text Example
Text Example
White with #FCDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF2F; }
p { color: rgb(252,223,47); }
H1.HeaderClassName
{
color: #FCDF2F;
}
.AnyTagClassName
{
color: #FCDF2F;
}
</style>
background-color css
<style>
a { background-color: #FCDF2F; }
a { background-color: rgb(252,223,47); }
div.DivClassName
{
background-color: #FCDF2F;
}
.BgClassName
{
background-color: #FCDF2F;
}
</style>
border-color css
<style>
span { border-color: #FCDF2F; }
span { border-color: rgb(252,223,47); }
td.TdClassName
{
border-color: #FCDF2F;
}
.TagClassName
{
border-color: #FCDF2F;
}
</style>