Shades of Gorse #FCDF2B
Tints of Gorse #FCDF2B
RGB
CMYK
RGB Variations
Color information
#FCDF2B (or 0xFCDF2B) is known color: Gorse. HEX triplet: FC, DF and 2B. RGB value is (252,223,43). Sum of RGB (Red+Green+Blue) = 252+223+43=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 43 (17.19% from 255 or 8.30% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF2B is #0320D4. Grayscale: #D3D3D3. Windows color (decimal): -205013 or 2875388. OLE color: 2875388.
HSL color Cylindrical-coordinate representation of color #FCDF2B: hue angle of 51.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCDF2B is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 43 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.01 |
| HSL | 51.67º | 0.97% | 0.58% | - |
| HSV(B) | 51.67º | 0.83% | 0.99% | - |
| XYZ | 66.97 | 73.65 | 12.97 | - |
| YUV | 211.15 | 33.11 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 43 | 0 | 0.12 | 0.83 | 0.01 | 51.67 | 0.97 | 0.58 |
| Hex | FC | DF | 2B | 0 | C | 53 | 1 | 34 | 61 | 3A |
| Octal | 374 | 337 | 53 | 0 | 14 | 123 | 1 | 64 | 141 | 72 |
| Binary | 11111100 | 11011111 | 101011 | 0 | 1100 | 1010011 | 1 | 110100 | 1100001 | 111010 |
Color Harmonies of #FCDF2B
Complementary color
Monochromatic Colors of #FCDF2B
Black with #FCDF2B
Text Example
Text Example
White with #FCDF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF2B; }
p { color: rgb(252,223,43); }
H1.HeaderClassName
{
color: #FCDF2B;
}
.AnyTagClassName
{
color: #FCDF2B;
}
</style>
background-color css
<style>
a { background-color: #FCDF2B; }
a { background-color: rgb(252,223,43); }
div.DivClassName
{
background-color: #FCDF2B;
}
.BgClassName
{
background-color: #FCDF2B;
}
</style>
border-color css
<style>
span { border-color: #FCDF2B; }
span { border-color: rgb(252,223,43); }
td.TdClassName
{
border-color: #FCDF2B;
}
.TagClassName
{
border-color: #FCDF2B;
}
</style>