Shades of Gorse #FCF834
Tints of Gorse #FCF834
RGB
CMYK
RGB Variations
Color information
#FCF834 (or 0xFCF834) is known color: Gorse. HEX triplet: FC, F8 and 34. RGB value is (252,248,52). Sum of RGB (Red+Green+Blue) = 252+248+52=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 52 (20.70% from 255 or 9.42% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF834 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF834 is #0307CB. Grayscale: #E3E3E3. Windows color (decimal): -198604 or 3471612. OLE color: 3471612.
HSL color Cylindrical-coordinate representation of color #FCF834: hue angle of 58.8º 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 #FCF834 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 52 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.01 |
| HSL | 58.8º | 0.97% | 0.6% | - |
| HSV(B) | 58.8º | 0.79% | 0.99% | - |
| XYZ | 74.33 | 88.08 | 16.33 | - |
| YUV | 226.85 | 29.33 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 52 | 0 | 0.02 | 0.79 | 0.01 | 58.8 | 0.97 | 0.6 |
| Hex | FC | F8 | 34 | 0 | 2 | 4F | 1 | 3B | 61 | 3C |
| Octal | 374 | 370 | 64 | 0 | 2 | 117 | 1 | 73 | 141 | 74 |
| Binary | 11111100 | 11111000 | 110100 | 0 | 10 | 1001111 | 1 | 111011 | 1100001 | 111100 |
Color Harmonies of #FCF834
Complementary color
Monochromatic Colors of #FCF834
Black with #FCF834
Text Example
Text Example
White with #FCF834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF834; }
p { color: rgb(252,248,52); }
H1.HeaderClassName
{
color: #FCF834;
}
.AnyTagClassName
{
color: #FCF834;
}
</style>
background-color css
<style>
a { background-color: #FCF834; }
a { background-color: rgb(252,248,52); }
div.DivClassName
{
background-color: #FCF834;
}
.BgClassName
{
background-color: #FCF834;
}
</style>
border-color css
<style>
span { border-color: #FCF834; }
span { border-color: rgb(252,248,52); }
td.TdClassName
{
border-color: #FCF834;
}
.TagClassName
{
border-color: #FCF834;
}
</style>