Shades of Gorse #FCDA3A
Tints of Gorse #FCDA3A
RGB
CMYK
RGB Variations
Color information
#FCDA3A (or 0xFCDA3A) is known color: Gorse. HEX triplet: FC, DA and 3A. RGB value is (252,218,58). Sum of RGB (Red+Green+Blue) = 252+218+58=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 58 (23.05% from 255 or 10.98% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA3A is #0325C5. Grayscale: #D2D2D2. Windows color (decimal): -206278 or 3857148. OLE color: 3857148.
HSL color Cylindrical-coordinate representation of color #FCDA3A: hue angle of 49.48º 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 #FCDA3A is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 58 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.01 |
| HSL | 49.48º | 0.97% | 0.61% | - |
| HSV(B) | 49.48º | 0.77% | 0.99% | - |
| XYZ | 65.98 | 71.14 | 14.26 | - |
| YUV | 209.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 58 | 0 | 0.13 | 0.77 | 0.01 | 49.48 | 0.97 | 0.61 |
| Hex | FC | DA | 3A | 0 | D | 4D | 1 | 31 | 61 | 3D |
| Octal | 374 | 332 | 72 | 0 | 15 | 115 | 1 | 61 | 141 | 75 |
| Binary | 11111100 | 11011010 | 111010 | 0 | 1101 | 1001101 | 1 | 110001 | 1100001 | 111101 |
Color Harmonies of #FCDA3A
Complementary color
Monochromatic Colors of #FCDA3A
Black with #FCDA3A
Text Example
Text Example
White with #FCDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA3A; }
p { color: rgb(252,218,58); }
H1.HeaderClassName
{
color: #FCDA3A;
}
.AnyTagClassName
{
color: #FCDA3A;
}
</style>
background-color css
<style>
a { background-color: #FCDA3A; }
a { background-color: rgb(252,218,58); }
div.DivClassName
{
background-color: #FCDA3A;
}
.BgClassName
{
background-color: #FCDA3A;
}
</style>
border-color css
<style>
span { border-color: #FCDA3A; }
span { border-color: rgb(252,218,58); }
td.TdClassName
{
border-color: #FCDA3A;
}
.TagClassName
{
border-color: #FCDA3A;
}
</style>