Shades of Gorse #FCF934
Tints of Gorse #FCF934
RGB
CMYK
RGB Variations
Color information
#FCF934 (or 0xFCF934) is known color: Gorse. HEX triplet: FC, F9 and 34. RGB value is (252,249,52). Sum of RGB (Red+Green+Blue) = 252+249+52=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 52 (20.70% from 255 or 9.40% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF934 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF934 is #0306CB. Grayscale: #E4E4E4. Windows color (decimal): -198348 or 3471868. OLE color: 3471868.
HSL color Cylindrical-coordinate representation of color #FCF934: hue angle of 59.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCF934 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 52 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.01 |
| HSL | 59.1º | 0.97% | 0.6% | - |
| HSV(B) | 59.1º | 0.79% | 0.99% | - |
| XYZ | 74.64 | 88.69 | 16.43 | - |
| YUV | 227.44 | 28.99 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 52 | 0 | 0.01 | 0.79 | 0.01 | 59.1 | 0.97 | 0.6 |
| Hex | FC | F9 | 34 | 0 | 1 | 4F | 1 | 3B | 61 | 3C |
| Octal | 374 | 371 | 64 | 0 | 1 | 117 | 1 | 73 | 141 | 74 |
| Binary | 11111100 | 11111001 | 110100 | 0 | 1 | 1001111 | 1 | 111011 | 1100001 | 111100 |
Color Harmonies of #FCF934
Complementary color
Monochromatic Colors of #FCF934
Black with #FCF934
Text Example
Text Example
White with #FCF934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF934; }
p { color: rgb(252,249,52); }
H1.HeaderClassName
{
color: #FCF934;
}
.AnyTagClassName
{
color: #FCF934;
}
</style>
background-color css
<style>
a { background-color: #FCF934; }
a { background-color: rgb(252,249,52); }
div.DivClassName
{
background-color: #FCF934;
}
.BgClassName
{
background-color: #FCF934;
}
</style>
border-color css
<style>
span { border-color: #FCF934; }
span { border-color: rgb(252,249,52); }
td.TdClassName
{
border-color: #FCF934;
}
.TagClassName
{
border-color: #FCF934;
}
</style>