Shades of Golden Yellow #FCE303
Tints of Golden Yellow #FCE303
RGB
CMYK
RGB Variations
Color information
#FCE303 (or 0xFCE303) is known color: Golden Yellow. HEX triplet: FC, E3 and 03. RGB value is (252,227,3). Sum of RGB (Red+Green+Blue) = 252+227+3=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 3 (1.56% from 255 or 0.62% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE303 is #031CFC. Grayscale: #D1D1D1. Windows color (decimal): -204029 or 254972. OLE color: 254972.
HSL color Cylindrical-coordinate representation of color #FCE303: hue angle of 53.98º 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 #FCE303 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.01 |
| HSL | 53.98º | 0.98% | 0.5% | - |
| HSV(B) | 53.98º | 0.99% | 0.99% | - |
| XYZ | 67.63 | 75.64 | 11.12 | - |
| YUV | 208.94 | 11.78 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 3 | 0 | 0.10 | 0.99 | 0.01 | 53.98 | 0.98 | 0.5 |
| Hex | FC | E3 | 3 | 0 | A | 63 | 1 | 36 | 62 | 32 |
| Octal | 374 | 343 | 3 | 0 | 12 | 143 | 1 | 66 | 142 | 62 |
| Binary | 11111100 | 11100011 | 11 | 0 | 1010 | 1100011 | 1 | 110110 | 1100010 | 110010 |
Color Harmonies of #FCE303
Complementary color
Monochromatic Colors of #FCE303
Black with #FCE303
Text Example
Text Example
White with #FCE303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE303; }
p { color: rgb(252,227,3); }
H1.HeaderClassName
{
color: #FCE303;
}
.AnyTagClassName
{
color: #FCE303;
}
</style>
background-color css
<style>
a { background-color: #FCE303; }
a { background-color: rgb(252,227,3); }
div.DivClassName
{
background-color: #FCE303;
}
.BgClassName
{
background-color: #FCE303;
}
</style>
border-color css
<style>
span { border-color: #FCE303; }
span { border-color: rgb(252,227,3); }
td.TdClassName
{
border-color: #FCE303;
}
.TagClassName
{
border-color: #FCE303;
}
</style>