Shades of Yellow #FCFF14
Tints of Yellow #FCFF14
RGB
CMYK
RGB Variations
Color information
#FCFF14 (or 0xFCFF14) is known color: Yellow. HEX triplet: FC, FF and 14. RGB value is (252,255,20). Sum of RGB (Red+Green+Blue) = 252+255+20=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 20 (8.20% from 255 or 3.80% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF14 is #0300EB. Grayscale: #E4E4E4. Windows color (decimal): -196844 or 1376252. OLE color: 1376252.
HSL color Cylindrical-coordinate representation of color #FCFF14: 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 #FCFF14 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 20 | - |
| CMYK | 0.01 | 0 | 0.92 | 0 |
| HSL | 60.77º | 1% | 0.54% | - |
| HSV(B) | 60.77º | 0.92% | 1% | - |
| XYZ | 76.03 | 92.27 | 14.46 | - |
| YUV | 227.31 | 11.01 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 20 | 0.01 | 0 | 0.92 | 0 | 60.77 | 1 | 0.54 |
| Hex | FC | FF | 14 | 1 | 0 | 5C | 0 | 3D | 64 | 36 |
| Octal | 374 | 377 | 24 | 1 | 0 | 134 | 0 | 75 | 144 | 66 |
| Binary | 11111100 | 11111111 | 10100 | 1 | 0 | 1011100 | 0 | 111101 | 1100100 | 110110 |
Color Harmonies of #FCFF14
Complementary color
Monochromatic Colors of #FCFF14
Black with #FCFF14
Text Example
Text Example
White with #FCFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF14; }
p { color: rgb(252,255,20); }
H1.HeaderClassName
{
color: #FCFF14;
}
.AnyTagClassName
{
color: #FCFF14;
}
</style>
background-color css
<style>
a { background-color: #FCFF14; }
a { background-color: rgb(252,255,20); }
div.DivClassName
{
background-color: #FCFF14;
}
.BgClassName
{
background-color: #FCFF14;
}
</style>
border-color css
<style>
span { border-color: #FCFF14; }
span { border-color: rgb(252,255,20); }
td.TdClassName
{
border-color: #FCFF14;
}
.TagClassName
{
border-color: #FCFF14;
}
</style>