Shades of Gorse #FCDF31
Tints of Gorse #FCDF31
RGB
CMYK
RGB Variations
Color information
#FCDF31 (or 0xFCDF31) is known color: Gorse. HEX triplet: FC, DF and 31. RGB value is (252,223,49). Sum of RGB (Red+Green+Blue) = 252+223+49=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 49 (19.53% from 255 or 9.35% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF31 is #0320CE. Grayscale: #D4D4D4. Windows color (decimal): -205007 or 3268604. OLE color: 3268604.
HSL color Cylindrical-coordinate representation of color #FCDF31: hue angle of 51.43º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCDF31 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 49 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.01 |
| HSL | 51.43º | 0.97% | 0.59% | - |
| HSV(B) | 51.43º | 0.81% | 0.99% | - |
| XYZ | 67.09 | 73.69 | 13.59 | - |
| YUV | 211.84 | 36.11 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 49 | 0 | 0.12 | 0.81 | 0.01 | 51.43 | 0.97 | 0.59 |
| Hex | FC | DF | 31 | 0 | C | 51 | 1 | 33 | 61 | 3B |
| Octal | 374 | 337 | 61 | 0 | 14 | 121 | 1 | 63 | 141 | 73 |
| Binary | 11111100 | 11011111 | 110001 | 0 | 1100 | 1010001 | 1 | 110011 | 1100001 | 111011 |
Color Harmonies of #FCDF31
Complementary color
Monochromatic Colors of #FCDF31
Black with #FCDF31
Text Example
Text Example
White with #FCDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF31; }
p { color: rgb(252,223,49); }
H1.HeaderClassName
{
color: #FCDF31;
}
.AnyTagClassName
{
color: #FCDF31;
}
</style>
background-color css
<style>
a { background-color: #FCDF31; }
a { background-color: rgb(252,223,49); }
div.DivClassName
{
background-color: #FCDF31;
}
.BgClassName
{
background-color: #FCDF31;
}
</style>
border-color css
<style>
span { border-color: #FCDF31; }
span { border-color: rgb(252,223,49); }
td.TdClassName
{
border-color: #FCDF31;
}
.TagClassName
{
border-color: #FCDF31;
}
</style>