Shades of Golden Yellow #FCE702
Tints of Golden Yellow #FCE702
RGB
CMYK
RGB Variations
Color information
#FCE702 (or 0xFCE702) is known color: Golden Yellow. HEX triplet: FC, E7 and 02. RGB value is (252,231,2). Sum of RGB (Red+Green+Blue) = 252+231+2=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 2 (1.17% from 255 or 0.41% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE702 is #0318FD. Grayscale: #D4D4D4. Windows color (decimal): -203006 or 190460. OLE color: 190460.
HSL color Cylindrical-coordinate representation of color #FCE702: hue angle of 54.96º 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 #FCE702 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.01 |
| HSL | 54.96º | 0.98% | 0.5% | - |
| HSV(B) | 54.96º | 0.99% | 0.99% | - |
| XYZ | 68.73 | 77.85 | 11.46 | - |
| YUV | 211.17 | 9.96 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 2 | 0 | 0.08 | 0.99 | 0.01 | 54.96 | 0.98 | 0.5 |
| Hex | FC | E7 | 2 | 0 | 8 | 63 | 1 | 37 | 62 | 32 |
| Octal | 374 | 347 | 2 | 0 | 10 | 143 | 1 | 67 | 142 | 62 |
| Binary | 11111100 | 11100111 | 10 | 0 | 1000 | 1100011 | 1 | 110111 | 1100010 | 110010 |
Color Harmonies of #FCE702
Complementary color
Monochromatic Colors of #FCE702
Black with #FCE702
Text Example
Text Example
White with #FCE702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE702; }
p { color: rgb(252,231,2); }
H1.HeaderClassName
{
color: #FCE702;
}
.AnyTagClassName
{
color: #FCE702;
}
</style>
background-color css
<style>
a { background-color: #FCE702; }
a { background-color: rgb(252,231,2); }
div.DivClassName
{
background-color: #FCE702;
}
.BgClassName
{
background-color: #FCE702;
}
</style>
border-color css
<style>
span { border-color: #FCE702; }
span { border-color: rgb(252,231,2); }
td.TdClassName
{
border-color: #FCE702;
}
.TagClassName
{
border-color: #FCE702;
}
</style>