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