Shades of Gorse #FCDF32
Tints of Gorse #FCDF32
RGB
CMYK
RGB Variations
Color information
#FCDF32 (or 0xFCDF32) is known color: Gorse. HEX triplet: FC, DF and 32. RGB value is (252,223,50). Sum of RGB (Red+Green+Blue) = 252+223+50=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF32 is #0320CD. Grayscale: #D4D4D4. Windows color (decimal): -205006 or 3334140. OLE color: 3334140.
HSL color Cylindrical-coordinate representation of color #FCDF32: hue angle of 51.39º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCDF32 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 50 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.01 |
| HSL | 51.39º | 0.97% | 0.59% | - |
| HSV(B) | 51.39º | 0.8% | 0.99% | - |
| XYZ | 67.11 | 73.7 | 13.71 | - |
| YUV | 211.95 | 36.61 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 50 | 0 | 0.12 | 0.80 | 0.01 | 51.39 | 0.97 | 0.59 |
| Hex | FC | DF | 32 | 0 | C | 50 | 1 | 33 | 61 | 3B |
| Octal | 374 | 337 | 62 | 0 | 14 | 120 | 1 | 63 | 141 | 73 |
| Binary | 11111100 | 11011111 | 110010 | 0 | 1100 | 1010000 | 1 | 110011 | 1100001 | 111011 |
Color Harmonies of #FCDF32
Complementary color
Monochromatic Colors of #FCDF32
Black with #FCDF32
Text Example
Text Example
White with #FCDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF32; }
p { color: rgb(252,223,50); }
H1.HeaderClassName
{
color: #FCDF32;
}
.AnyTagClassName
{
color: #FCDF32;
}
</style>
background-color css
<style>
a { background-color: #FCDF32; }
a { background-color: rgb(252,223,50); }
div.DivClassName
{
background-color: #FCDF32;
}
.BgClassName
{
background-color: #FCDF32;
}
</style>
border-color css
<style>
span { border-color: #FCDF32; }
span { border-color: rgb(252,223,50); }
td.TdClassName
{
border-color: #FCDF32;
}
.TagClassName
{
border-color: #FCDF32;
}
</style>