Shades of Gorse #FCD83F
Tints of Gorse #FCD83F
RGB
CMYK
RGB Variations
Color information
#FCD83F (or 0xFCD83F) is known color: Gorse. HEX triplet: FC, D8 and 3F. RGB value is (252,216,63). Sum of RGB (Red+Green+Blue) = 252+216+63=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 63 (25% from 255 or 11.86% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD83F is #0327C0. Grayscale: #D1D1D1. Windows color (decimal): -206785 or 4184316. OLE color: 4184316.
HSL color Cylindrical-coordinate representation of color #FCD83F: hue angle of 48.57º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCD83F is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 63 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.01 |
| HSL | 48.57º | 0.97% | 0.62% | - |
| HSV(B) | 48.57º | 0.75% | 0.99% | - |
| XYZ | 65.6 | 70.17 | 14.79 | - |
| YUV | 209.32 | 45.43 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 63 | 0 | 0.14 | 0.75 | 0.01 | 48.57 | 0.97 | 0.62 |
| Hex | FC | D8 | 3F | 0 | E | 4B | 1 | 31 | 61 | 3E |
| Octal | 374 | 330 | 77 | 0 | 16 | 113 | 1 | 61 | 141 | 76 |
| Binary | 11111100 | 11011000 | 111111 | 0 | 1110 | 1001011 | 1 | 110001 | 1100001 | 111110 |
Color Harmonies of #FCD83F
Complementary color
Monochromatic Colors of #FCD83F
Black with #FCD83F
Text Example
Text Example
White with #FCD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD83F; }
p { color: rgb(252,216,63); }
H1.HeaderClassName
{
color: #FCD83F;
}
.AnyTagClassName
{
color: #FCD83F;
}
</style>
background-color css
<style>
a { background-color: #FCD83F; }
a { background-color: rgb(252,216,63); }
div.DivClassName
{
background-color: #FCD83F;
}
.BgClassName
{
background-color: #FCD83F;
}
</style>
border-color css
<style>
span { border-color: #FCD83F; }
span { border-color: rgb(252,216,63); }
td.TdClassName
{
border-color: #FCD83F;
}
.TagClassName
{
border-color: #FCD83F;
}
</style>