Shades of Yellow #FCFF15
Tints of Yellow #FCFF15
RGB
CMYK
RGB Variations
Color information
#FCFF15 (or 0xFCFF15) is known color: Yellow. HEX triplet: FC, FF and 15. RGB value is (252,255,21). Sum of RGB (Red+Green+Blue) = 252+255+21=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 21 (8.59% from 255 or 3.98% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF15 is #0300EA. Grayscale: #E4E4E4. Windows color (decimal): -196843 or 1441788. OLE color: 1441788.
HSL color Cylindrical-coordinate representation of color #FCFF15: hue angle of 60.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCFF15 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 21 | - |
| CMYK | 0.01 | 0 | 0.92 | 0 |
| HSL | 60.77º | 1% | 0.54% | - |
| HSV(B) | 60.77º | 0.92% | 1% | - |
| XYZ | 76.04 | 92.27 | 14.51 | - |
| YUV | 227.43 | 11.51 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 21 | 0.01 | 0 | 0.92 | 0 | 60.77 | 1 | 0.54 |
| Hex | FC | FF | 15 | 1 | 0 | 5C | 0 | 3D | 64 | 36 |
| Octal | 374 | 377 | 25 | 1 | 0 | 134 | 0 | 75 | 144 | 66 |
| Binary | 11111100 | 11111111 | 10101 | 1 | 0 | 1011100 | 0 | 111101 | 1100100 | 110110 |
Color Harmonies of #FCFF15
Complementary color
Monochromatic Colors of #FCFF15
Black with #FCFF15
Text Example
Text Example
White with #FCFF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF15; }
p { color: rgb(252,255,21); }
H1.HeaderClassName
{
color: #FCFF15;
}
.AnyTagClassName
{
color: #FCFF15;
}
</style>
background-color css
<style>
a { background-color: #FCFF15; }
a { background-color: rgb(252,255,21); }
div.DivClassName
{
background-color: #FCFF15;
}
.BgClassName
{
background-color: #FCFF15;
}
</style>
border-color css
<style>
span { border-color: #FCFF15; }
span { border-color: rgb(252,255,21); }
td.TdClassName
{
border-color: #FCFF15;
}
.TagClassName
{
border-color: #FCFF15;
}
</style>