Shades of Yellow #F7FD14
Tints of Yellow #F7FD14
RGB
CMYK
RGB Variations
Color information
#F7FD14 (or 0xF7FD14) is known color: Yellow. HEX triplet: F7, FD and 14. RGB value is (247,253,20). Sum of RGB (Red+Green+Blue) = 247+253+20=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 20 (8.20% from 255 or 3.85% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7FD14 is #0802EB. Grayscale: #E1E1E1. Windows color (decimal): -525036 or 1375735. OLE color: 1375735.
HSL color Cylindrical-coordinate representation of color #F7FD14: hue angle of 61.55º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7FD14 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 253 | 20 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.01 |
| HSL | 61.55º | 0.98% | 0.54% | - |
| HSV(B) | 61.55º | 0.92% | 0.99% | - |
| XYZ | 73.61 | 90.08 | 14.17 | - |
| YUV | 224.64 | 12.51 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 253 | 20 | 0.02 | 0 | 0.92 | 0.01 | 61.55 | 0.98 | 0.54 |
| Hex | F7 | FD | 14 | 2 | 0 | 5C | 1 | 3E | 62 | 36 |
| Octal | 367 | 375 | 24 | 2 | 0 | 134 | 1 | 76 | 142 | 66 |
| Binary | 11110111 | 11111101 | 10100 | 10 | 0 | 1011100 | 1 | 111110 | 1100010 | 110110 |
Color Harmonies of #F7FD14
Complementary color
Monochromatic Colors of #F7FD14
Black with #F7FD14
Text Example
Text Example
White with #F7FD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FD14; }
p { color: rgb(247,253,20); }
H1.HeaderClassName
{
color: #F7FD14;
}
.AnyTagClassName
{
color: #F7FD14;
}
</style>
background-color css
<style>
a { background-color: #F7FD14; }
a { background-color: rgb(247,253,20); }
div.DivClassName
{
background-color: #F7FD14;
}
.BgClassName
{
background-color: #F7FD14;
}
</style>
border-color css
<style>
span { border-color: #F7FD14; }
span { border-color: rgb(247,253,20); }
td.TdClassName
{
border-color: #F7FD14;
}
.TagClassName
{
border-color: #F7FD14;
}
</style>