Shades of Gorse #FCF334
Tints of Gorse #FCF334
RGB
CMYK
RGB Variations
Color information
#FCF334 (or 0xFCF334) is known color: Gorse. HEX triplet: FC, F3 and 34. RGB value is (252,243,52). Sum of RGB (Red+Green+Blue) = 252+243+52=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 52 (20.70% from 255 or 9.51% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF334 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF334 is #030CCB. Grayscale: #E0E0E0. Windows color (decimal): -199884 or 3470332. OLE color: 3470332.
HSL color Cylindrical-coordinate representation of color #FCF334: hue angle of 57.3º 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 #FCF334 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 52 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.01 |
| HSL | 57.3º | 0.97% | 0.6% | - |
| HSV(B) | 57.3º | 0.79% | 0.99% | - |
| XYZ | 72.82 | 85.04 | 15.83 | - |
| YUV | 223.92 | 30.98 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 52 | 0 | 0.04 | 0.79 | 0.01 | 57.3 | 0.97 | 0.6 |
| Hex | FC | F3 | 34 | 0 | 4 | 4F | 1 | 39 | 61 | 3C |
| Octal | 374 | 363 | 64 | 0 | 4 | 117 | 1 | 71 | 141 | 74 |
| Binary | 11111100 | 11110011 | 110100 | 0 | 100 | 1001111 | 1 | 111001 | 1100001 | 111100 |
Color Harmonies of #FCF334
Complementary color
Monochromatic Colors of #FCF334
Black with #FCF334
Text Example
Text Example
White with #FCF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF334; }
p { color: rgb(252,243,52); }
H1.HeaderClassName
{
color: #FCF334;
}
.AnyTagClassName
{
color: #FCF334;
}
</style>
background-color css
<style>
a { background-color: #FCF334; }
a { background-color: rgb(252,243,52); }
div.DivClassName
{
background-color: #FCF334;
}
.BgClassName
{
background-color: #FCF334;
}
</style>
border-color css
<style>
span { border-color: #FCF334; }
span { border-color: rgb(252,243,52); }
td.TdClassName
{
border-color: #FCF334;
}
.TagClassName
{
border-color: #FCF334;
}
</style>