Shades of Gorse #FCDC26
Tints of Gorse #FCDC26
RGB
CMYK
RGB Variations
Color information
#FCDC26 (or 0xFCDC26) is known color: Gorse. HEX triplet: FC, DC and 26. RGB value is (252,220,38). Sum of RGB (Red+Green+Blue) = 252+220+38=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 38 (15.23% from 255 or 7.45% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC26 is #0323D9. Grayscale: #D1D1D1. Windows color (decimal): -205786 or 2546940. OLE color: 2546940.
HSL color Cylindrical-coordinate representation of color #FCDC26: hue angle of 51.03º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCDC26 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 38 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.01 |
| HSL | 51.03º | 0.97% | 0.57% | - |
| HSV(B) | 51.03º | 0.85% | 0.99% | - |
| XYZ | 66.09 | 72.02 | 12.25 | - |
| YUV | 208.82 | 31.6 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 38 | 0 | 0.13 | 0.85 | 0.01 | 51.03 | 0.97 | 0.57 |
| Hex | FC | DC | 26 | 0 | D | 55 | 1 | 33 | 61 | 39 |
| Octal | 374 | 334 | 46 | 0 | 15 | 125 | 1 | 63 | 141 | 71 |
| Binary | 11111100 | 11011100 | 100110 | 0 | 1101 | 1010101 | 1 | 110011 | 1100001 | 111001 |
Color Harmonies of #FCDC26
Complementary color
Monochromatic Colors of #FCDC26
Black with #FCDC26
Text Example
Text Example
White with #FCDC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC26; }
p { color: rgb(252,220,38); }
H1.HeaderClassName
{
color: #FCDC26;
}
.AnyTagClassName
{
color: #FCDC26;
}
</style>
background-color css
<style>
a { background-color: #FCDC26; }
a { background-color: rgb(252,220,38); }
div.DivClassName
{
background-color: #FCDC26;
}
.BgClassName
{
background-color: #FCDC26;
}
</style>
border-color css
<style>
span { border-color: #FCDC26; }
span { border-color: rgb(252,220,38); }
td.TdClassName
{
border-color: #FCDC26;
}
.TagClassName
{
border-color: #FCDC26;
}
</style>