Shades of Gorse #FCDE41
Tints of Gorse #FCDE41
RGB
CMYK
RGB Variations
Color information
#FCDE41 (or 0xFCDE41) is known color: Gorse. HEX triplet: FC, DE and 41. RGB value is (252,222,65). Sum of RGB (Red+Green+Blue) = 252+222+65=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 65 (25.78% from 255 or 12.06% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE41 is #0321BE. Grayscale: #D5D5D5. Windows color (decimal): -205247 or 4316924. OLE color: 4316924.
HSL color Cylindrical-coordinate representation of color #FCDE41: hue angle of 50.37º 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 #FCDE41 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 65 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.01 |
| HSL | 50.37º | 0.97% | 0.62% | - |
| HSV(B) | 50.37º | 0.74% | 0.99% | - |
| XYZ | 67.22 | 73.32 | 15.61 | - |
| YUV | 213.07 | 44.44 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 65 | 0 | 0.12 | 0.74 | 0.01 | 50.37 | 0.97 | 0.62 |
| Hex | FC | DE | 41 | 0 | C | 4A | 1 | 32 | 61 | 3E |
| Octal | 374 | 336 | 101 | 0 | 14 | 112 | 1 | 62 | 141 | 76 |
| Binary | 11111100 | 11011110 | 1000001 | 0 | 1100 | 1001010 | 1 | 110010 | 1100001 | 111110 |
Color Harmonies of #FCDE41
Complementary color
Monochromatic Colors of #FCDE41
Black with #FCDE41
Text Example
Text Example
White with #FCDE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE41; }
p { color: rgb(252,222,65); }
H1.HeaderClassName
{
color: #FCDE41;
}
.AnyTagClassName
{
color: #FCDE41;
}
</style>
background-color css
<style>
a { background-color: #FCDE41; }
a { background-color: rgb(252,222,65); }
div.DivClassName
{
background-color: #FCDE41;
}
.BgClassName
{
background-color: #FCDE41;
}
</style>
border-color css
<style>
span { border-color: #FCDE41; }
span { border-color: rgb(252,222,65); }
td.TdClassName
{
border-color: #FCDE41;
}
.TagClassName
{
border-color: #FCDE41;
}
</style>