Shades of Gorse #FCDF36
Tints of Gorse #FCDF36
RGB
CMYK
RGB Variations
Color information
#FCDF36 (or 0xFCDF36) is known color: Gorse. HEX triplet: FC, DF and 36. RGB value is (252,223,54). Sum of RGB (Red+Green+Blue) = 252+223+54=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 54 (21.48% from 255 or 10.21% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF36 is #0320C9. Grayscale: #D5D5D5. Windows color (decimal): -205002 or 3596284. OLE color: 3596284.
HSL color Cylindrical-coordinate representation of color #FCDF36: hue angle of 51.21º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCDF36 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 54 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.01 |
| HSL | 51.21º | 0.97% | 0.6% | - |
| HSV(B) | 51.21º | 0.79% | 0.99% | - |
| XYZ | 67.2 | 73.74 | 14.18 | - |
| YUV | 212.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 54 | 0 | 0.12 | 0.79 | 0.01 | 51.21 | 0.97 | 0.6 |
| Hex | FC | DF | 36 | 0 | C | 4F | 1 | 33 | 61 | 3C |
| Octal | 374 | 337 | 66 | 0 | 14 | 117 | 1 | 63 | 141 | 74 |
| Binary | 11111100 | 11011111 | 110110 | 0 | 1100 | 1001111 | 1 | 110011 | 1100001 | 111100 |
Color Harmonies of #FCDF36
Complementary color
Monochromatic Colors of #FCDF36
Black with #FCDF36
Text Example
Text Example
White with #FCDF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF36; }
p { color: rgb(252,223,54); }
H1.HeaderClassName
{
color: #FCDF36;
}
.AnyTagClassName
{
color: #FCDF36;
}
</style>
background-color css
<style>
a { background-color: #FCDF36; }
a { background-color: rgb(252,223,54); }
div.DivClassName
{
background-color: #FCDF36;
}
.BgClassName
{
background-color: #FCDF36;
}
</style>
border-color css
<style>
span { border-color: #FCDF36; }
span { border-color: rgb(252,223,54); }
td.TdClassName
{
border-color: #FCDF36;
}
.TagClassName
{
border-color: #FCDF36;
}
</style>