Shades of Gorse #FCDF27
Tints of Gorse #FCDF27
RGB
CMYK
RGB Variations
Color information
#FCDF27 (or 0xFCDF27) is known color: Gorse. HEX triplet: FC, DF and 27. RGB value is (252,223,39). Sum of RGB (Red+Green+Blue) = 252+223+39=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 39 (15.62% from 255 or 7.59% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF27 is #0320D8. Grayscale: #D3D3D3. Windows color (decimal): -205017 or 2613244. OLE color: 2613244.
HSL color Cylindrical-coordinate representation of color #FCDF27: hue angle of 51.83º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCDF27 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 39 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.01 |
| HSL | 51.83º | 0.97% | 0.57% | - |
| HSV(B) | 51.83º | 0.85% | 0.99% | - |
| XYZ | 66.9 | 73.62 | 12.6 | - |
| YUV | 210.7 | 31.11 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 39 | 0 | 0.12 | 0.85 | 0.01 | 51.83 | 0.97 | 0.57 |
| Hex | FC | DF | 27 | 0 | C | 55 | 1 | 34 | 61 | 39 |
| Octal | 374 | 337 | 47 | 0 | 14 | 125 | 1 | 64 | 141 | 71 |
| Binary | 11111100 | 11011111 | 100111 | 0 | 1100 | 1010101 | 1 | 110100 | 1100001 | 111001 |
Color Harmonies of #FCDF27
Complementary color
Monochromatic Colors of #FCDF27
Black with #FCDF27
Text Example
Text Example
White with #FCDF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF27; }
p { color: rgb(252,223,39); }
H1.HeaderClassName
{
color: #FCDF27;
}
.AnyTagClassName
{
color: #FCDF27;
}
</style>
background-color css
<style>
a { background-color: #FCDF27; }
a { background-color: rgb(252,223,39); }
div.DivClassName
{
background-color: #FCDF27;
}
.BgClassName
{
background-color: #FCDF27;
}
</style>
border-color css
<style>
span { border-color: #FCDF27; }
span { border-color: rgb(252,223,39); }
td.TdClassName
{
border-color: #FCDF27;
}
.TagClassName
{
border-color: #FCDF27;
}
</style>