Shades of Gorse #FCDD3E
Tints of Gorse #FCDD3E
RGB
CMYK
RGB Variations
Color information
#FCDD3E (or 0xFCDD3E) is known color: Gorse. HEX triplet: FC, DD and 3E. RGB value is (252,221,62). Sum of RGB (Red+Green+Blue) = 252+221+62=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 62 (24.61% from 255 or 11.59% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD3E is #0322C1. Grayscale: #D4D4D4. Windows color (decimal): -205506 or 4120060. OLE color: 4120060.
HSL color Cylindrical-coordinate representation of color #FCDD3E: hue angle of 50.21º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCDD3E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 62 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.01 |
| HSL | 50.21º | 0.97% | 0.62% | - |
| HSV(B) | 50.21º | 0.75% | 0.99% | - |
| XYZ | 66.87 | 72.76 | 15.08 | - |
| YUV | 212.14 | 43.27 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 62 | 0 | 0.12 | 0.75 | 0.01 | 50.21 | 0.97 | 0.62 |
| Hex | FC | DD | 3E | 0 | C | 4B | 1 | 32 | 61 | 3E |
| Octal | 374 | 335 | 76 | 0 | 14 | 113 | 1 | 62 | 141 | 76 |
| Binary | 11111100 | 11011101 | 111110 | 0 | 1100 | 1001011 | 1 | 110010 | 1100001 | 111110 |
Color Harmonies of #FCDD3E
Complementary color
Monochromatic Colors of #FCDD3E
Black with #FCDD3E
Text Example
Text Example
White with #FCDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD3E; }
p { color: rgb(252,221,62); }
H1.HeaderClassName
{
color: #FCDD3E;
}
.AnyTagClassName
{
color: #FCDD3E;
}
</style>
background-color css
<style>
a { background-color: #FCDD3E; }
a { background-color: rgb(252,221,62); }
div.DivClassName
{
background-color: #FCDD3E;
}
.BgClassName
{
background-color: #FCDD3E;
}
</style>
border-color css
<style>
span { border-color: #FCDD3E; }
span { border-color: rgb(252,221,62); }
td.TdClassName
{
border-color: #FCDD3E;
}
.TagClassName
{
border-color: #FCDD3E;
}
</style>