Shades of Gorse #FCE926
Tints of Gorse #FCE926
RGB
CMYK
RGB Variations
Color information
#FCE926 (or 0xFCE926) is known color: Gorse. HEX triplet: FC, E9 and 26. RGB value is (252,233,38). Sum of RGB (Red+Green+Blue) = 252+233+38=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 38 (15.23% from 255 or 7.27% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE926 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE926 is #0316D9. Grayscale: #D9D9D9. Windows color (decimal): -202458 or 2550268. OLE color: 2550268.
HSL color Cylindrical-coordinate representation of color #FCE926: hue angle of 54.67º 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 #FCE926 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 38 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.01 |
| HSL | 54.67º | 0.97% | 0.57% | - |
| HSV(B) | 54.67º | 0.85% | 0.99% | - |
| XYZ | 69.63 | 79.11 | 13.43 | - |
| YUV | 216.45 | 27.29 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 38 | 0 | 0.08 | 0.85 | 0.01 | 54.67 | 0.97 | 0.57 |
| Hex | FC | E9 | 26 | 0 | 8 | 55 | 1 | 37 | 61 | 39 |
| Octal | 374 | 351 | 46 | 0 | 10 | 125 | 1 | 67 | 141 | 71 |
| Binary | 11111100 | 11101001 | 100110 | 0 | 1000 | 1010101 | 1 | 110111 | 1100001 | 111001 |
Color Harmonies of #FCE926
Complementary color
Monochromatic Colors of #FCE926
Black with #FCE926
Text Example
Text Example
White with #FCE926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE926; }
p { color: rgb(252,233,38); }
H1.HeaderClassName
{
color: #FCE926;
}
.AnyTagClassName
{
color: #FCE926;
}
</style>
background-color css
<style>
a { background-color: #FCE926; }
a { background-color: rgb(252,233,38); }
div.DivClassName
{
background-color: #FCE926;
}
.BgClassName
{
background-color: #FCE926;
}
</style>
border-color css
<style>
span { border-color: #FCE926; }
span { border-color: rgb(252,233,38); }
td.TdClassName
{
border-color: #FCE926;
}
.TagClassName
{
border-color: #FCE926;
}
</style>