Shades of Gorse #FCDB43
Tints of Gorse #FCDB43
RGB
CMYK
RGB Variations
Color information
#FCDB43 (or 0xFCDB43) is known color: Gorse. HEX triplet: FC, DB and 43. RGB value is (252,219,67). Sum of RGB (Red+Green+Blue) = 252+219+67=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 67 (26.56% from 255 or 12.45% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB43 is #0324BC. Grayscale: #D4D4D4. Windows color (decimal): -206013 or 4447228. OLE color: 4447228.
HSL color Cylindrical-coordinate representation of color #FCDB43: hue angle of 49.3º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCDB43 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 67 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.01 |
| HSL | 49.3º | 0.97% | 0.63% | - |
| HSV(B) | 49.3º | 0.73% | 0.99% | - |
| XYZ | 66.49 | 71.76 | 15.66 | - |
| YUV | 211.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 67 | 0 | 0.13 | 0.73 | 0.01 | 49.3 | 0.97 | 0.63 |
| Hex | FC | DB | 43 | 0 | D | 49 | 1 | 31 | 61 | 3F |
| Octal | 374 | 333 | 103 | 0 | 15 | 111 | 1 | 61 | 141 | 77 |
| Binary | 11111100 | 11011011 | 1000011 | 0 | 1101 | 1001001 | 1 | 110001 | 1100001 | 111111 |
Color Harmonies of #FCDB43
Complementary color
Monochromatic Colors of #FCDB43
Black with #FCDB43
Text Example
Text Example
White with #FCDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB43; }
p { color: rgb(252,219,67); }
H1.HeaderClassName
{
color: #FCDB43;
}
.AnyTagClassName
{
color: #FCDB43;
}
</style>
background-color css
<style>
a { background-color: #FCDB43; }
a { background-color: rgb(252,219,67); }
div.DivClassName
{
background-color: #FCDB43;
}
.BgClassName
{
background-color: #FCDB43;
}
</style>
border-color css
<style>
span { border-color: #FCDB43; }
span { border-color: rgb(252,219,67); }
td.TdClassName
{
border-color: #FCDB43;
}
.TagClassName
{
border-color: #FCDB43;
}
</style>