Shades of Gorse #FCD83B
Tints of Gorse #FCD83B
RGB
CMYK
RGB Variations
Color information
#FCD83B (or 0xFCD83B) is known color: Gorse. HEX triplet: FC, D8 and 3B. RGB value is (252,216,59). Sum of RGB (Red+Green+Blue) = 252+216+59=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD83B is #0327C4. Grayscale: #D1D1D1. Windows color (decimal): -206789 or 3922172. OLE color: 3922172.
HSL color Cylindrical-coordinate representation of color #FCD83B: hue angle of 48.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCD83B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 59 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.01 |
| HSL | 48.81º | 0.97% | 0.61% | - |
| HSV(B) | 48.81º | 0.77% | 0.99% | - |
| XYZ | 65.49 | 70.12 | 14.22 | - |
| YUV | 208.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 59 | 0 | 0.14 | 0.77 | 0.01 | 48.81 | 0.97 | 0.61 |
| Hex | FC | D8 | 3B | 0 | E | 4D | 1 | 31 | 61 | 3D |
| Octal | 374 | 330 | 73 | 0 | 16 | 115 | 1 | 61 | 141 | 75 |
| Binary | 11111100 | 11011000 | 111011 | 0 | 1110 | 1001101 | 1 | 110001 | 1100001 | 111101 |
Color Harmonies of #FCD83B
Complementary color
Monochromatic Colors of #FCD83B
Black with #FCD83B
Text Example
Text Example
White with #FCD83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD83B; }
p { color: rgb(252,216,59); }
H1.HeaderClassName
{
color: #FCD83B;
}
.AnyTagClassName
{
color: #FCD83B;
}
</style>
background-color css
<style>
a { background-color: #FCD83B; }
a { background-color: rgb(252,216,59); }
div.DivClassName
{
background-color: #FCD83B;
}
.BgClassName
{
background-color: #FCD83B;
}
</style>
border-color css
<style>
span { border-color: #FCD83B; }
span { border-color: rgb(252,216,59); }
td.TdClassName
{
border-color: #FCD83B;
}
.TagClassName
{
border-color: #FCD83B;
}
</style>