Shades of Golden Yellow #FCE603
Tints of Golden Yellow #FCE603
RGB
CMYK
RGB Variations
Color information
#FCE603 (or 0xFCE603) is known color: Golden Yellow. HEX triplet: FC, E6 and 03. RGB value is (252,230,3). Sum of RGB (Red+Green+Blue) = 252+230+3=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 3 (1.56% from 255 or 0.62% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE603 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE603 is #0319FC. Grayscale: #D3D3D3. Windows color (decimal): -203261 or 255740. OLE color: 255740.
HSL color Cylindrical-coordinate representation of color #FCE603: hue angle of 54.7º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCE603 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.01 |
| HSL | 54.7º | 0.98% | 0.5% | - |
| HSV(B) | 54.7º | 0.99% | 0.99% | - |
| XYZ | 68.46 | 77.3 | 11.4 | - |
| YUV | 210.7 | 10.79 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 3 | 0 | 0.09 | 0.99 | 0.01 | 54.7 | 0.98 | 0.5 |
| Hex | FC | E6 | 3 | 0 | 9 | 63 | 1 | 37 | 62 | 32 |
| Octal | 374 | 346 | 3 | 0 | 11 | 143 | 1 | 67 | 142 | 62 |
| Binary | 11111100 | 11100110 | 11 | 0 | 1001 | 1100011 | 1 | 110111 | 1100010 | 110010 |
Color Harmonies of #FCE603
Complementary color
Monochromatic Colors of #FCE603
Black with #FCE603
Text Example
Text Example
White with #FCE603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE603; }
p { color: rgb(252,230,3); }
H1.HeaderClassName
{
color: #FCE603;
}
.AnyTagClassName
{
color: #FCE603;
}
</style>
background-color css
<style>
a { background-color: #FCE603; }
a { background-color: rgb(252,230,3); }
div.DivClassName
{
background-color: #FCE603;
}
.BgClassName
{
background-color: #FCE603;
}
</style>
border-color css
<style>
span { border-color: #FCE603; }
span { border-color: rgb(252,230,3); }
td.TdClassName
{
border-color: #FCE603;
}
.TagClassName
{
border-color: #FCE603;
}
</style>