Shades of Gorse #FCDA2D
Tints of Gorse #FCDA2D
RGB
CMYK
RGB Variations
Color information
#FCDA2D (or 0xFCDA2D) is known color: Gorse. HEX triplet: FC, DA and 2D. RGB value is (252,218,45). Sum of RGB (Red+Green+Blue) = 252+218+45=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA2D is #0325D2. Grayscale: #D1D1D1. Windows color (decimal): -206291 or 3005180. OLE color: 3005180.
HSL color Cylindrical-coordinate representation of color #FCDA2D: hue angle of 50.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCDA2D is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 218 | 45 | - |
CMYK | 0 | 0.13 | 0.82 | 0.01 |
HSL | 50.14º | 0.97% | 0.58% | - |
HSV(B) | 50.14º | 0.82% | 0.99% | - |
XYZ | 65.69 | 71.03 | 12.73 | - |
YUV | 208.44 | 35.76 | 159.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 218 | 45 | 0 | 0.13 | 0.82 | 0.01 | 50.14 | 0.97 | 0.58 |
Hex | FC | DA | 2D | 0 | D | 52 | 1 | 32 | 61 | 3A |
Octal | 374 | 332 | 55 | 0 | 15 | 122 | 1 | 62 | 141 | 72 |
Binary | 11111100 | 11011010 | 101101 | 0 | 1101 | 1010010 | 1 | 110010 | 1100001 | 111010 |
Color Harmonies of #FCDA2D
Complementary color
Monochromatic Colors of #FCDA2D
Black with #FCDA2D
Text Example
Text Example
White with #FCDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA2D; }
p { color: rgb(252,218,45); }
H1.HeaderClassName
{
color: #FCDA2D;
}
.AnyTagClassName
{
color: #FCDA2D;
}
</style>
background-color css
<style>
a { background-color: #FCDA2D; }
a { background-color: rgb(252,218,45); }
div.DivClassName
{
background-color: #FCDA2D;
}
.BgClassName
{
background-color: #FCDA2D;
}
</style>
border-color css
<style>
span { border-color: #FCDA2D; }
span { border-color: rgb(252,218,45); }
td.TdClassName
{
border-color: #FCDA2D;
}
.TagClassName
{
border-color: #FCDA2D;
}
</style>