Shades of Yellow #FFFD14
Tints of Yellow #FFFD14
RGB
CMYK
RGB Variations
Color information
#FFFD14 (or 0xFFFD14) is known color: Yellow. HEX triplet: FF, FD and 14. RGB value is (255,253,20). Sum of RGB (Red+Green+Blue) = 255+253+20=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 20 (8.20% from 255 or 3.79% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD14 is #0002EB. Grayscale: #E3E3E3. Windows color (decimal): -748 or 1375743. OLE color: 1375743.
HSL color Cylindrical-coordinate representation of color #FFFD14: hue angle of 59.49º 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 #FFFD14 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 20 | - |
| CMYK | 0 | 0.01 | 0.92 | 0 |
| HSL | 59.49º | 1% | 0.54% | - |
| HSV(B) | 59.49º | 0.92% | 1% | - |
| XYZ | 76.49 | 91.56 | 14.3 | - |
| YUV | 227.04 | 11.16 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 20 | 0 | 0.01 | 0.92 | 0 | 59.49 | 1 | 0.54 |
| Hex | FF | FD | 14 | 0 | 1 | 5C | 0 | 3B | 64 | 36 |
| Octal | 377 | 375 | 24 | 0 | 1 | 134 | 0 | 73 | 144 | 66 |
| Binary | 11111111 | 11111101 | 10100 | 0 | 1 | 1011100 | 0 | 111011 | 1100100 | 110110 |
Color Harmonies of #FFFD14
Complementary color
Monochromatic Colors of #FFFD14
Black with #FFFD14
Text Example
Text Example
White with #FFFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD14; }
p { color: rgb(255,253,20); }
H1.HeaderClassName
{
color: #FFFD14;
}
.AnyTagClassName
{
color: #FFFD14;
}
</style>
background-color css
<style>
a { background-color: #FFFD14; }
a { background-color: rgb(255,253,20); }
div.DivClassName
{
background-color: #FFFD14;
}
.BgClassName
{
background-color: #FFFD14;
}
</style>
border-color css
<style>
span { border-color: #FFFD14; }
span { border-color: rgb(255,253,20); }
td.TdClassName
{
border-color: #FFFD14;
}
.TagClassName
{
border-color: #FFFD14;
}
</style>