Shades of Gorse #FCD92A
Tints of Gorse #FCD92A
RGB
CMYK
RGB Variations
Color information
#FCD92A (or 0xFCD92A) is known color: Gorse. HEX triplet: FC, D9 and 2A. RGB value is (252,217,42). Sum of RGB (Red+Green+Blue) = 252+217+42=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 42 (16.80% from 255 or 8.22% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD92A is #0326D5. Grayscale: #D0D0D0. Windows color (decimal): -206550 or 2808316. OLE color: 2808316.
HSL color Cylindrical-coordinate representation of color #FCD92A: hue angle of 50º 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 #FCD92A is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 42 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.01 |
| HSL | 50º | 0.97% | 0.58% | - |
| HSV(B) | 50º | 0.83% | 0.99% | - |
| XYZ | 65.38 | 70.49 | 12.35 | - |
| YUV | 207.52 | 34.6 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 42 | 0 | 0.14 | 0.83 | 0.01 | 50 | 0.97 | 0.58 |
| Hex | FC | D9 | 2A | 0 | E | 53 | 1 | 32 | 61 | 3A |
| Octal | 374 | 331 | 52 | 0 | 16 | 123 | 1 | 62 | 141 | 72 |
| Binary | 11111100 | 11011001 | 101010 | 0 | 1110 | 1010011 | 1 | 110010 | 1100001 | 111010 |
Color Harmonies of #FCD92A
Complementary color
Monochromatic Colors of #FCD92A
Black with #FCD92A
Text Example
Text Example
White with #FCD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD92A; }
p { color: rgb(252,217,42); }
H1.HeaderClassName
{
color: #FCD92A;
}
.AnyTagClassName
{
color: #FCD92A;
}
</style>
background-color css
<style>
a { background-color: #FCD92A; }
a { background-color: rgb(252,217,42); }
div.DivClassName
{
background-color: #FCD92A;
}
.BgClassName
{
background-color: #FCD92A;
}
</style>
border-color css
<style>
span { border-color: #FCD92A; }
span { border-color: rgb(252,217,42); }
td.TdClassName
{
border-color: #FCD92A;
}
.TagClassName
{
border-color: #FCD92A;
}
</style>