Shades of Yellow #FDF707
Tints of Yellow #FDF707
RGB
CMYK
RGB Variations
Color information
#FDF707 (or 0xFDF707) is known color: Yellow. HEX triplet: FD, F7 and 07. RGB value is (253,247,7). Sum of RGB (Red+Green+Blue) = 253+247+7=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 7 (3.12% from 255 or 1.38% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF707 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF707 is #0208F8. Grayscale: #DEDEDE. Windows color (decimal): -133369 or 522237. OLE color: 522237.
HSL color Cylindrical-coordinate representation of color #FDF707: hue angle of 58.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDF707 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.01 |
| HSL | 58.54º | 0.98% | 0.51% | - |
| HSV(B) | 58.54º | 0.97% | 0.99% | - |
| XYZ | 73.81 | 87.42 | 13.18 | - |
| YUV | 221.43 | 6.99 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 7 | 0 | 0.02 | 0.97 | 0.01 | 58.54 | 0.98 | 0.51 |
| Hex | FD | F7 | 7 | 0 | 2 | 61 | 1 | 3B | 62 | 33 |
| Octal | 375 | 367 | 7 | 0 | 2 | 141 | 1 | 73 | 142 | 63 |
| Binary | 11111101 | 11110111 | 111 | 0 | 10 | 1100001 | 1 | 111011 | 1100010 | 110011 |
Color Harmonies of #FDF707
Complementary color
Monochromatic Colors of #FDF707
Black with #FDF707
Text Example
Text Example
White with #FDF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF707; }
p { color: rgb(253,247,7); }
H1.HeaderClassName
{
color: #FDF707;
}
.AnyTagClassName
{
color: #FDF707;
}
</style>
background-color css
<style>
a { background-color: #FDF707; }
a { background-color: rgb(253,247,7); }
div.DivClassName
{
background-color: #FDF707;
}
.BgClassName
{
background-color: #FDF707;
}
</style>
border-color css
<style>
span { border-color: #FDF707; }
span { border-color: rgb(253,247,7); }
td.TdClassName
{
border-color: #FDF707;
}
.TagClassName
{
border-color: #FDF707;
}
</style>