Shades of Gorse #FCDF3A
Tints of Gorse #FCDF3A
RGB
CMYK
RGB Variations
Color information
#FCDF3A (or 0xFCDF3A) is known color: Gorse. HEX triplet: FC, DF and 3A. RGB value is (252,223,58). Sum of RGB (Red+Green+Blue) = 252+223+58=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 58 (23.05% from 255 or 10.88% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF3A is #0320C5. Grayscale: #D5D5D5. Windows color (decimal): -204998 or 3858428. OLE color: 3858428.
HSL color Cylindrical-coordinate representation of color #FCDF3A: hue angle of 51.03º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCDF3A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.01 |
| HSL | 51.03º | 0.97% | 0.61% | - |
| HSV(B) | 51.03º | 0.77% | 0.99% | - |
| XYZ | 67.3 | 73.78 | 14.7 | - |
| YUV | 212.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 58 | 0 | 0.12 | 0.77 | 0.01 | 51.03 | 0.97 | 0.61 |
| Hex | FC | DF | 3A | 0 | C | 4D | 1 | 33 | 61 | 3D |
| Octal | 374 | 337 | 72 | 0 | 14 | 115 | 1 | 63 | 141 | 75 |
| Binary | 11111100 | 11011111 | 111010 | 0 | 1100 | 1001101 | 1 | 110011 | 1100001 | 111101 |
Color Harmonies of #FCDF3A
Complementary color
Monochromatic Colors of #FCDF3A
Black with #FCDF3A
Text Example
Text Example
White with #FCDF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF3A; }
p { color: rgb(252,223,58); }
H1.HeaderClassName
{
color: #FCDF3A;
}
.AnyTagClassName
{
color: #FCDF3A;
}
</style>
background-color css
<style>
a { background-color: #FCDF3A; }
a { background-color: rgb(252,223,58); }
div.DivClassName
{
background-color: #FCDF3A;
}
.BgClassName
{
background-color: #FCDF3A;
}
</style>
border-color css
<style>
span { border-color: #FCDF3A; }
span { border-color: rgb(252,223,58); }
td.TdClassName
{
border-color: #FCDF3A;
}
.TagClassName
{
border-color: #FCDF3A;
}
</style>