Shades of Gorse #FCEF25
Tints of Gorse #FCEF25
RGB
CMYK
RGB Variations
Color information
#FCEF25 (or 0xFCEF25) is known color: Gorse. HEX triplet: FC, EF and 25. RGB value is (252,239,37). Sum of RGB (Red+Green+Blue) = 252+239+37=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 37 (14.84% from 255 or 7.01% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF25 is #0310DA. Grayscale: #DCDCDC. Windows color (decimal): -200923 or 2486268. OLE color: 2486268.
HSL color Cylindrical-coordinate representation of color #FCEF25: hue angle of 56.37º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCEF25 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 37 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.01 |
| HSL | 56.37º | 0.97% | 0.57% | - |
| HSV(B) | 56.37º | 0.85% | 0.99% | - |
| XYZ | 71.35 | 82.56 | 13.93 | - |
| YUV | 219.86 | 24.81 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 37 | 0 | 0.05 | 0.85 | 0.01 | 56.37 | 0.97 | 0.57 |
| Hex | FC | EF | 25 | 0 | 5 | 55 | 1 | 38 | 61 | 39 |
| Octal | 374 | 357 | 45 | 0 | 5 | 125 | 1 | 70 | 141 | 71 |
| Binary | 11111100 | 11101111 | 100101 | 0 | 101 | 1010101 | 1 | 111000 | 1100001 | 111001 |
Color Harmonies of #FCEF25
Complementary color
Monochromatic Colors of #FCEF25
Black with #FCEF25
Text Example
Text Example
White with #FCEF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF25; }
p { color: rgb(252,239,37); }
H1.HeaderClassName
{
color: #FCEF25;
}
.AnyTagClassName
{
color: #FCEF25;
}
</style>
background-color css
<style>
a { background-color: #FCEF25; }
a { background-color: rgb(252,239,37); }
div.DivClassName
{
background-color: #FCEF25;
}
.BgClassName
{
background-color: #FCEF25;
}
</style>
border-color css
<style>
span { border-color: #FCEF25; }
span { border-color: rgb(252,239,37); }
td.TdClassName
{
border-color: #FCEF25;
}
.TagClassName
{
border-color: #FCEF25;
}
</style>