Shades of Golden Yellow #FCE700
Tints of Golden Yellow #FCE700
RGB
CMYK
RGB Variations
Color information
#FCE700 (or 0xFCE700) is known color: Golden Yellow. HEX triplet: FC, E7 and 00. RGB value is (252,231,0). Sum of RGB (Red+Green+Blue) = 252+231+0=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 0 (0.39% from 255 or 0% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE700 is #0318FF. Grayscale: #D3D3D3. Windows color (decimal): -203008 or 59388. OLE color: 59388.
HSL color Cylindrical-coordinate representation of color #FCE700: hue angle of 55º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCE700 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.01 |
| HSL | 55º | 1% | 0.49% | - |
| HSV(B) | 55º | 1% | 0.99% | - |
| XYZ | 68.72 | 77.85 | 11.4 | - |
| YUV | 210.95 | 8.96 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 0 | 0 | 0.08 | 1 | 0.01 | 55 | 1 | 0.49 |
| Hex | FC | E7 | 0 | 0 | 8 | 64 | 1 | 37 | 64 | 31 |
| Octal | 374 | 347 | 0 | 0 | 10 | 144 | 1 | 67 | 144 | 61 |
| Binary | 11111100 | 11100111 | 0 | 0 | 1000 | 1100100 | 1 | 110111 | 1100100 | 110001 |
Color Harmonies of #FCE700
Complementary color
Monochromatic Colors of #FCE700
Black with #FCE700
Text Example
Text Example
White with #FCE700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE700; }
p { color: rgb(252,231,0); }
H1.HeaderClassName
{
color: #FCE700;
}
.AnyTagClassName
{
color: #FCE700;
}
</style>
background-color css
<style>
a { background-color: #FCE700; }
a { background-color: rgb(252,231,0); }
div.DivClassName
{
background-color: #FCE700;
}
.BgClassName
{
background-color: #FCE700;
}
</style>
border-color css
<style>
span { border-color: #FCE700; }
span { border-color: rgb(252,231,0); }
td.TdClassName
{
border-color: #FCE700;
}
.TagClassName
{
border-color: #FCE700;
}
</style>