Shades of Golden Yellow #FCEB01
Tints of Golden Yellow #FCEB01
RGB
CMYK
RGB Variations
Color information
#FCEB01 (or 0xFCEB01) is known color: Golden Yellow. HEX triplet: FC, EB and 01. RGB value is (252,235,1). Sum of RGB (Red+Green+Blue) = 252+235+1=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 1 (0.78% from 255 or 0.20% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEB01 is #0314FE. Grayscale: #D6D6D6. Windows color (decimal): -201983 or 125948. OLE color: 125948.
HSL color Cylindrical-coordinate representation of color #FCEB01: hue angle of 55.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCEB01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.01 |
| HSL | 55.94º | 0.99% | 0.5% | - |
| HSV(B) | 55.94º | 1% | 0.99% | - |
| XYZ | 69.86 | 80.11 | 11.81 | - |
| YUV | 213.41 | 8.13 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 1 | 0 | 0.07 | 1.00 | 0.01 | 55.94 | 0.99 | 0.5 |
| Hex | FC | EB | 1 | 0 | 7 | 64 | 1 | 38 | 63 | 32 |
| Octal | 374 | 353 | 1 | 0 | 7 | 144 | 1 | 70 | 143 | 62 |
| Binary | 11111100 | 11101011 | 1 | 0 | 111 | 1100100 | 1 | 111000 | 1100011 | 110010 |
Color Harmonies of #FCEB01
Complementary color
Monochromatic Colors of #FCEB01
Black with #FCEB01
Text Example
Text Example
White with #FCEB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB01; }
p { color: rgb(252,235,1); }
H1.HeaderClassName
{
color: #FCEB01;
}
.AnyTagClassName
{
color: #FCEB01;
}
</style>
background-color css
<style>
a { background-color: #FCEB01; }
a { background-color: rgb(252,235,1); }
div.DivClassName
{
background-color: #FCEB01;
}
.BgClassName
{
background-color: #FCEB01;
}
</style>
border-color css
<style>
span { border-color: #FCEB01; }
span { border-color: rgb(252,235,1); }
td.TdClassName
{
border-color: #FCEB01;
}
.TagClassName
{
border-color: #FCEB01;
}
</style>