Shades of Golden Yellow #FCE600
Tints of Golden Yellow #FCE600
RGB
CMYK
RGB Variations
Color information
#FCE600 (or 0xFCE600) is known color: Golden Yellow. HEX triplet: FC, E6 and 00. RGB value is (252,230,0). Sum of RGB (Red+Green+Blue) = 252+230+0=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE600 is #0319FF. Grayscale: #D3D3D3. Windows color (decimal): -203264 or 59132. OLE color: 59132.
HSL color Cylindrical-coordinate representation of color #FCE600: hue angle of 54.76º 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 #FCE600 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.01 |
| HSL | 54.76º | 1% | 0.49% | - |
| HSV(B) | 54.76º | 1% | 0.99% | - |
| XYZ | 68.44 | 77.29 | 11.31 | - |
| YUV | 210.36 | 9.29 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 0 | 0 | 0.09 | 1 | 0.01 | 54.76 | 1 | 0.49 |
| Hex | FC | E6 | 0 | 0 | 9 | 64 | 1 | 37 | 64 | 31 |
| Octal | 374 | 346 | 0 | 0 | 11 | 144 | 1 | 67 | 144 | 61 |
| Binary | 11111100 | 11100110 | 0 | 0 | 1001 | 1100100 | 1 | 110111 | 1100100 | 110001 |
Color Harmonies of #FCE600
Complementary color
Monochromatic Colors of #FCE600
Black with #FCE600
Text Example
Text Example
White with #FCE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE600; }
p { color: rgb(252,230,0); }
H1.HeaderClassName
{
color: #FCE600;
}
.AnyTagClassName
{
color: #FCE600;
}
</style>
background-color css
<style>
a { background-color: #FCE600; }
a { background-color: rgb(252,230,0); }
div.DivClassName
{
background-color: #FCE600;
}
.BgClassName
{
background-color: #FCE600;
}
</style>
border-color css
<style>
span { border-color: #FCE600; }
span { border-color: rgb(252,230,0); }
td.TdClassName
{
border-color: #FCE600;
}
.TagClassName
{
border-color: #FCE600;
}
</style>