Shades of Gorse #FCD83A
Tints of Gorse #FCD83A
RGB
CMYK
RGB Variations
Color information
#FCD83A (or 0xFCD83A) is known color: Gorse. HEX triplet: FC, D8 and 3A. RGB value is (252,216,58). Sum of RGB (Red+Green+Blue) = 252+216+58=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD83A is #0327C5. Grayscale: #D1D1D1. Windows color (decimal): -206790 or 3856636. OLE color: 3856636.
HSL color Cylindrical-coordinate representation of color #FCD83A: hue angle of 48.87º 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 #FCD83A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 58 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.01 |
| HSL | 48.87º | 0.97% | 0.61% | - |
| HSV(B) | 48.87º | 0.77% | 0.99% | - |
| XYZ | 65.46 | 70.11 | 14.09 | - |
| YUV | 208.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 58 | 0 | 0.14 | 0.77 | 0.01 | 48.87 | 0.97 | 0.61 |
| Hex | FC | D8 | 3A | 0 | E | 4D | 1 | 31 | 61 | 3D |
| Octal | 374 | 330 | 72 | 0 | 16 | 115 | 1 | 61 | 141 | 75 |
| Binary | 11111100 | 11011000 | 111010 | 0 | 1110 | 1001101 | 1 | 110001 | 1100001 | 111101 |
Color Harmonies of #FCD83A
Complementary color
Monochromatic Colors of #FCD83A
Black with #FCD83A
Text Example
Text Example
White with #FCD83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD83A; }
p { color: rgb(252,216,58); }
H1.HeaderClassName
{
color: #FCD83A;
}
.AnyTagClassName
{
color: #FCD83A;
}
</style>
background-color css
<style>
a { background-color: #FCD83A; }
a { background-color: rgb(252,216,58); }
div.DivClassName
{
background-color: #FCD83A;
}
.BgClassName
{
background-color: #FCD83A;
}
</style>
border-color css
<style>
span { border-color: #FCD83A; }
span { border-color: rgb(252,216,58); }
td.TdClassName
{
border-color: #FCD83A;
}
.TagClassName
{
border-color: #FCD83A;
}
</style>