Shades of Golden Yellow #FCE803
Tints of Golden Yellow #FCE803
RGB
CMYK
RGB Variations
Color information
#FCE803 (or 0xFCE803) is known color: Golden Yellow. HEX triplet: FC, E8 and 03. RGB value is (252,232,3). Sum of RGB (Red+Green+Blue) = 252+232+3=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 3 (1.56% from 255 or 0.62% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE803 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE803 is #0317FC. Grayscale: #D4D4D4. Windows color (decimal): -202749 or 256252. OLE color: 256252.
HSL color Cylindrical-coordinate representation of color #FCE803: hue angle of 55.18º 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 #FCE803 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.01 |
| HSL | 55.18º | 0.98% | 0.5% | - |
| HSV(B) | 55.18º | 0.99% | 0.99% | - |
| XYZ | 69.02 | 78.42 | 11.58 | - |
| YUV | 211.87 | 10.13 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 3 | 0 | 0.08 | 0.99 | 0.01 | 55.18 | 0.98 | 0.5 |
| Hex | FC | E8 | 3 | 0 | 8 | 63 | 1 | 37 | 62 | 32 |
| Octal | 374 | 350 | 3 | 0 | 10 | 143 | 1 | 67 | 142 | 62 |
| Binary | 11111100 | 11101000 | 11 | 0 | 1000 | 1100011 | 1 | 110111 | 1100010 | 110010 |
Color Harmonies of #FCE803
Complementary color
Monochromatic Colors of #FCE803
Black with #FCE803
Text Example
Text Example
White with #FCE803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE803; }
p { color: rgb(252,232,3); }
H1.HeaderClassName
{
color: #FCE803;
}
.AnyTagClassName
{
color: #FCE803;
}
</style>
background-color css
<style>
a { background-color: #FCE803; }
a { background-color: rgb(252,232,3); }
div.DivClassName
{
background-color: #FCE803;
}
.BgClassName
{
background-color: #FCE803;
}
</style>
border-color css
<style>
span { border-color: #FCE803; }
span { border-color: rgb(252,232,3); }
td.TdClassName
{
border-color: #FCE803;
}
.TagClassName
{
border-color: #FCE803;
}
</style>