Shades of Gorse #FCEF34
Tints of Gorse #FCEF34
RGB
CMYK
RGB Variations
Color information
#FCEF34 (or 0xFCEF34) is known color: Gorse. HEX triplet: FC, EF and 34. RGB value is (252,239,52). Sum of RGB (Red+Green+Blue) = 252+239+52=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 52 (20.70% from 255 or 9.58% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF34 is #0310CB. Grayscale: #DEDEDE. Windows color (decimal): -200908 or 3469308. OLE color: 3469308.
HSL color Cylindrical-coordinate representation of color #FCEF34: hue angle of 56.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 #FCEF34 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 52 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.01 |
| HSL | 56.1º | 0.97% | 0.6% | - |
| HSV(B) | 56.1º | 0.79% | 0.99% | - |
| XYZ | 71.63 | 82.68 | 15.43 | - |
| YUV | 221.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 52 | 0 | 0.05 | 0.79 | 0.01 | 56.1 | 0.97 | 0.6 |
| Hex | FC | EF | 34 | 0 | 5 | 4F | 1 | 38 | 61 | 3C |
| Octal | 374 | 357 | 64 | 0 | 5 | 117 | 1 | 70 | 141 | 74 |
| Binary | 11111100 | 11101111 | 110100 | 0 | 101 | 1001111 | 1 | 111000 | 1100001 | 111100 |
Color Harmonies of #FCEF34
Complementary color
Monochromatic Colors of #FCEF34
Black with #FCEF34
Text Example
Text Example
White with #FCEF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF34; }
p { color: rgb(252,239,52); }
H1.HeaderClassName
{
color: #FCEF34;
}
.AnyTagClassName
{
color: #FCEF34;
}
</style>
background-color css
<style>
a { background-color: #FCEF34; }
a { background-color: rgb(252,239,52); }
div.DivClassName
{
background-color: #FCEF34;
}
.BgClassName
{
background-color: #FCEF34;
}
</style>
border-color css
<style>
span { border-color: #FCEF34; }
span { border-color: rgb(252,239,52); }
td.TdClassName
{
border-color: #FCEF34;
}
.TagClassName
{
border-color: #FCEF34;
}
</style>