Shades of Gorse #FCDF3F
Tints of Gorse #FCDF3F
RGB
CMYK
RGB Variations
Color information
#FCDF3F (or 0xFCDF3F) is known color: Gorse. HEX triplet: FC, DF and 3F. RGB value is (252,223,63). Sum of RGB (Red+Green+Blue) = 252+223+63=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 63 (25% from 255 or 11.71% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF3F is #0320C0. Grayscale: #D6D6D6. Windows color (decimal): -204993 or 4186108. OLE color: 4186108.
HSL color Cylindrical-coordinate representation of color #FCDF3F: hue angle of 50.79º 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 #FCDF3F is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 63 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.01 |
| HSL | 50.79º | 0.97% | 0.62% | - |
| HSV(B) | 50.79º | 0.75% | 0.99% | - |
| XYZ | 67.43 | 73.83 | 15.4 | - |
| YUV | 213.43 | 43.11 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 63 | 0 | 0.12 | 0.75 | 0.01 | 50.79 | 0.97 | 0.62 |
| Hex | FC | DF | 3F | 0 | C | 4B | 1 | 33 | 61 | 3E |
| Octal | 374 | 337 | 77 | 0 | 14 | 113 | 1 | 63 | 141 | 76 |
| Binary | 11111100 | 11011111 | 111111 | 0 | 1100 | 1001011 | 1 | 110011 | 1100001 | 111110 |
Color Harmonies of #FCDF3F
Complementary color
Monochromatic Colors of #FCDF3F
Black with #FCDF3F
Text Example
Text Example
White with #FCDF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF3F; }
p { color: rgb(252,223,63); }
H1.HeaderClassName
{
color: #FCDF3F;
}
.AnyTagClassName
{
color: #FCDF3F;
}
</style>
background-color css
<style>
a { background-color: #FCDF3F; }
a { background-color: rgb(252,223,63); }
div.DivClassName
{
background-color: #FCDF3F;
}
.BgClassName
{
background-color: #FCDF3F;
}
</style>
border-color css
<style>
span { border-color: #FCDF3F; }
span { border-color: rgb(252,223,63); }
td.TdClassName
{
border-color: #FCDF3F;
}
.TagClassName
{
border-color: #FCDF3F;
}
</style>