Shades of Gorse #FCDC42
Tints of Gorse #FCDC42
RGB
CMYK
RGB Variations
Color information
#FCDC42 (or 0xFCDC42) is known color: Gorse. HEX triplet: FC, DC and 42. RGB value is (252,220,66). Sum of RGB (Red+Green+Blue) = 252+220+66=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 66 (26.17% from 255 or 12.27% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC42 is #0323BD. Grayscale: #D4D4D4. Windows color (decimal): -205758 or 4381948. OLE color: 4381948.
HSL color Cylindrical-coordinate representation of color #FCDC42: hue angle of 49.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCDC42 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 66 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.01 |
| HSL | 49.68º | 0.97% | 0.62% | - |
| HSV(B) | 49.68º | 0.74% | 0.99% | - |
| XYZ | 66.72 | 72.28 | 15.59 | - |
| YUV | 212.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 66 | 0 | 0.13 | 0.74 | 0.01 | 49.68 | 0.97 | 0.62 |
| Hex | FC | DC | 42 | 0 | D | 4A | 1 | 32 | 61 | 3E |
| Octal | 374 | 334 | 102 | 0 | 15 | 112 | 1 | 62 | 141 | 76 |
| Binary | 11111100 | 11011100 | 1000010 | 0 | 1101 | 1001010 | 1 | 110010 | 1100001 | 111110 |
Color Harmonies of #FCDC42
Complementary color
Monochromatic Colors of #FCDC42
Black with #FCDC42
Text Example
Text Example
White with #FCDC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC42; }
p { color: rgb(252,220,66); }
H1.HeaderClassName
{
color: #FCDC42;
}
.AnyTagClassName
{
color: #FCDC42;
}
</style>
background-color css
<style>
a { background-color: #FCDC42; }
a { background-color: rgb(252,220,66); }
div.DivClassName
{
background-color: #FCDC42;
}
.BgClassName
{
background-color: #FCDC42;
}
</style>
border-color css
<style>
span { border-color: #FCDC42; }
span { border-color: rgb(252,220,66); }
td.TdClassName
{
border-color: #FCDC42;
}
.TagClassName
{
border-color: #FCDC42;
}
</style>